4,018
社区成员




int slengh=sqlite_column_bytes(stat,0);
byte *pBuf = new byte[slengh];
memcpy(pBuf, (BYTE*)sqlite3_column_blob(stat,0), slengh);
__int64 i64Value = *(__int64*)pBuf;
int slengh=sqlite_column_bytes(stat,0);
byte *pBuf = new byte[slengh];
memcpy(pBuf, (BYTE*)sqlite3_column_blob(stat,0), slengh);