[sqlite] How to save data with special character (like: '´`")

2003-11-16 Thread Fouejieu louis
Hi foks, please can somebody tell me how i can save data with special character(like: ' ´ ` ") in my sqlite-database. Thanks Louis _ MSN 8 with e-mail virus protection service: 2 months FREE*

Re: [sqlite] Performance tuning question

2003-11-16 Thread Michal Zaborowski
Try with bigger cache size. I think ADO uses bigger cache so it can work longer only in memory. Transactions can help, but in case of many updates/inserts there is not enought space in cache, so the rows are stored on disk. -- Regards Michal Zaborowski (TeXXaS)