SQLITE_CORRUPT problem with sqlite library

S

srini

Guest
Hi,

In my Mac OS X, I am linking sqlite(3.2.8) library statically to my C++
program.

I have defined macros
-DNO_TCL -DHAVE_USLEEP -DTEMP_STORE=3
-DSQLITE_MAX_PAGE_SIZE=32768 -DTHREADSAFE=1
in Makefile which creates the sqlite library.

But often I am getting SQLITE_CORRUT error.

My program works well in Windows & linux and also in FreeBSD 5.2.1 & 5.4.
But only in Mac, I am having this problem. Is there any option I should set
for Mac??

How can I rectify this? Any help!

-Srini
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top