Wish SQL Library

Guenter Becker

Active Member
Licensed User
Hello Developers
for better handling it would help us very well if you extend the SQL/SQLCIPHER Library to include SQLite Error handling. This means:
1. before opening/initializing the SQL INTERFACE calling sqlite3_initialize() to setup
2. Implement a special Try/Catch Routine like TRY_SQL/Catch_SQL to catch the raised error int conjunction with the SQLITE_CONFIG_LOG and return the SQLITE ErrorCodeNumber and ErrorCodeText.

Best regards Guenter
 
Top