Page 1 of 1

Error messages

Posted: Sat Jul 18, 2009 10:01 pm
by phaworth
Is there a way to get a "real" error message when an SQLite error occurs? All I get now is a generic message about a missing database or incorrect SQL statement.
Pete

Posted: Sat Jul 18, 2009 11:21 pm
by Mark
Pete,

No. You can test your SQLite syntax with the SQLite command line utility.

Best,

Mark

Posted: Sat Jul 18, 2009 11:37 pm
by phaworth
Thanks Mark. I wonder why Revolution can't return the error message if the command line can!
Pete