Crash after Post - what's happening?
Posted: 21.03.2013, 14:29
Hi All,
New user to Zeos; I am using D5 with SQLite3 and I have to use 6.6 Stable as 7. has dropped D5 Package. I am also using the TNT Unicode components.
I am converting over from BDE to SQLite3 and the BDE app was running fine. Made all the changes needed and the app runs, but with all empty Tables.
Tried to enter a new Account to a table using Table.Insert and Table.Post and I get a crash with an error message "Bad logic or missing database"
Using the call stack I go back to the call before the error handling and there is an SQL statement "SELECT True,5,True"
No surprises it crashed but what do I need to do to get past this?
Fields data types are nothing fancy, Char, Integer and Boolean.
Thanks
New user to Zeos; I am using D5 with SQLite3 and I have to use 6.6 Stable as 7. has dropped D5 Package. I am also using the TNT Unicode components.
I am converting over from BDE to SQLite3 and the BDE app was running fine. Made all the changes needed and the app runs, but with all empty Tables.
Tried to enter a new Account to a table using Table.Insert and Table.Post and I get a crash with an error message "Bad logic or missing database"
Using the call stack I go back to the call before the error handling and there is an SQL statement "SELECT True,5,True"
No surprises it crashed but what do I need to do to get past this?
Fields data types are nothing fancy, Char, Integer and Boolean.
Thanks