Re: [sqlite] Question about UTF8 encoding in SQLite version 2.8.13

2004-11-04 Thread Liz Steel
Sorry to keep on about this, but I raised a ticket on Tuesday (number 981) with severity and priority of 1 (since this is a major issue for my projet) and I haven't heard anything back yet. Even if it is not going to be fixed, I really need to know, as then we can take some other action with

Re: [sqlite] Question about UTF8 encoding in SQLite version 2.8.13

2004-11-02 Thread Liz Steel
r converting charsets. Is there any reason you can't use sqlite 3.x? It has native unicode support. On Tue, 02 Nov 2004 15:50:59 +0000, Liz Steel <[EMAIL PROTECTED]> wrote: > Hello - I hope somebody can help me! > > I am using SQLite version 2.8.13 as a DLL with a windows C++ application

Re: [sqlite] Effectiveness of PRAGMA integrity_check;

2004-04-15 Thread Liz Steel
running on Windows XP Home. Is there anything I can do to stop this happening? Thanks, Liz. Original Message Follows From: "D. Richard Hipp" <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: [sqlite] Effectiveness of PRAGMA integrity_check; Date: Wed, 14 Apr 2004 10:50:28

RE: [sqlite] Effectiveness of PRAGMA integrity_check;

2004-04-14 Thread Liz Steel
Hello! I am trying to do a similar sort of thing with my database. The only way I've found to fairly reliably create a corrupt database file is to pull the battery out of my laptop whilst my application is accessing the database. I haven't used the "PRAGMA integrity_check;" command, but I will

[sqlite] Corrupt database problem.

2004-01-09 Thread Liz Steel
I'm getting an error in my code when I perform a sqlite_finalize on a particular table. I have stepped through the code and no rows are returned, but why do I get the error here, rather than on sqlite_compile, or sqlite_open? I've looked at the database using the command line interface, and