RDLCK, or _SHM_WRLCK */
int ofst, /* Offset to first byte to be locked/unlocked */
int nByte /* Number of bytes to lock or unlock */
){
// PATCH START: _WIN32_CE/Lock/Unlock file: Grzegorz Russek
int rc = 0; /* Result code form Lock/UnlockFileEx() */
#if SQLITE_OS
Hi,
File locking/unlocking using LockFileEx/UnlockFileEx is also not supported
under windows mobile platform.
Cheers
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
Hi,
Compiling SQLite 3.7.0 under eVC4 fails due
to undefined symbol: LOCKFILE_EXCLUSIVE_LOCK.
Windows Mobile and Windows CE headers doesn't have definition of such
symbol.
Cheers
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8
Hi,
We're experiencing strange database corruptions using SQLite database (we
are using it for over three years). We are reporting this now because one of
databases got corrupted on less sensitive data which we can give you
for analysis and because we wanted to reject all other possibilities of
er
4 matches
Mail list logo