On Sun, 16 Jan 2005 02:42:52 -0800, <[EMAIL PROTECTED]> wrote:
I'm using Delphi 4 and various versions of SQLite wrapper. To begin, my only desire is to write SQL in a text box and execute it.
What I'd like if a pointer to the place in the SQL where the syntax fails, and I'm presuming the in-DLL parser is capable of telling me that.
How can I get that information back?
If you're using SQLite 3 use the sqlite3_errmsg function. Granted, that assumes the wrapper supports it.
Regards, Peter