Olaf Beckman Lapré wrote:
Hi,long long int sqlite3_last_insert_rowid(sqlite3*);The documentation states that the return value is of type 'long long int'. How do I use this type?Olaf
Just declare it as long long int. It is a 64 bit integer.
Olaf Beckman Lapré wrote:
Hi,long long int sqlite3_last_insert_rowid(sqlite3*);The documentation states that the return value is of type 'long long int'. How do I use this type?Olaf
Just declare it as long long int. It is a 64 bit integer.