On 27/02/2009 12:09 PM, His Nerdship wrote:
> Does anyone know the sqlite3_mprintf/sqlite3_vmprintf format specifier for
> 64-bit integers?
> I have tried %Ld and %I64d, but it just guillotines the string at that
> point.
> I am using Borland C++ Builder v6.
> Thanks in advance.

Guess: %lld (as in "long long")
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to