#ifdef SQLITE_INT64_TYPE
typedef SQLITE_INT64_TYPE sqlite_int64;
typedef unsigned SQLITE_INT64_TYPE sqlite_uint64;
#elif defined(_MSC_VER) || defined(__BORLANDC__)
typedef __int64 sqlite_int64;
typedef unsigned __int64 sqlite_uint64;
#else
typedef long long sqlite_int64;
typedef unsigne
Hi,
I am working on a 16 bit processor.
In windows the maximum value of unique id is 2 power 63 -1
I want to restrict the maximum value of the unique id to 2 power 15 -1
Can anyone help me in this?.
Best Regards,
A.Sreedhar.
Jasmin Infotech Pvt. Ltd.
Plot 119, Velachery Tambaram Road,
(O
2 matches
Mail list logo