Thanks Igor!
So I should use the function sqlite3_bind_int64 to bind the variable which has 
the datatype as "long long int" rigtht?
Thanks,
JP



----- Original Message ----
From: Igor Tandetnik <[EMAIL PROTECTED]>
To: sqlite-users@sqlite.org
Sent: Wednesday, September 3, 2008 4:58:14 PM
Subject: Re: [sqlite] sqlite3_bind_int64, sqlite3_bind_int, sqlite_uint64

Joanne Pham <[EMAIL PROTECTED]> wrote:
> I have read the sqlite'document and found that there are two other
> binding function sqlite3_bind_int64, sqlite_uint64 to bind the
> columns.
> Which function (sqlite3_bind_int64, sqlite_uint64 ) for me to use if
> my datatype is long long int in C++

sqlite_uint64 is a type, not a function.

Igor Tandetnik 



_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users



      
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to