Re: [MSEide-MSEgui-talk] Encrypted SQLite3 (with sqlite3d.dll from the SQLite Cipher): no such table for really existing table

2011-12-20 Thread IvankoB for-mse
An encryption problem? What happens with a wrong key? === The API (sqlite3.exe) reports about non-database or encrypted database file. Possibly, error message shoud be extended to tell about encryption issues. The file is operable - checked within sqlite3.exe database: pragma key =

Re: [MSEide-MSEgui-talk] Encrypted SQLite3 (with sqlite3d.dll from the SQLite Cipher): no such table for really existing table

2011-12-20 Thread Martin Schreiber
On 12/20/2011 08:20 PM, IvankoB for-mse wrote: An encryption problem? What happens with a wrong key? === The API (sqlite3.exe) reports about non-database or encrypted database file. Possibly, error message shoud be extended to tell about encryption issues. The file is operable -

Re: [MSEide-MSEgui-talk] Encrypted SQLite3 (with sqlite3d.dll from the SQLite Cipher): no such table for really existing table

2011-12-20 Thread IvankoB for-mse
The API (sqlite3.exe) reports about non-database or encrypted database file. === It's reported by SQLITE3.EXE on any accessing DB contents if the supplied key mismatches. 2011/12/21, IvankoB for-mse ivankob4m...@gmail.com: An encryption problem? What happens with a wrong key?

[MSEide-MSEgui-talk] Survey

2011-12-20 Thread Patrick
I would like to set up a survey to get some information about the people using this software. I have the following questions for the survey. If you can think of something else that might be interesting, let me know. name: first / last / optional sex:male / female age:

[MSEide-MSEgui-talk] Debugging IDE in IDE: SIGTRAP stop in parent IDE on pressing F12 to display a form designer in the child IDE

2011-12-20 Thread IvankoB
SIGTRAP: Trace/ breakpoint on ntdll!DbgUIConnToDbg (win-32, fpc-2.4.4) The debugged project is project run in the debugged IDE. In both projects, there're no active breakpoints, all stop options in project settings are off too. PS: It seems that we have a recursion or endless loop when manual