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

2011-12-21 Thread Martin Schreiber
On 12/21/2011 10:03 AM, IvankoB wrote: With exactly the same application including the beforeconnect script with the key pragma? Oops, no such table both for plain (w/o pre-up TMSESQLScrypt) encrypted databases. Maybe, the Cypher version of SQLite3 (3.7.2) needs special treatment.

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

2011-12-21 Thread Martin Schreiber
On 12/21/2011 02:09 PM, IvankoB wrote: Have You received the Cipher versions of EXE DLL both for LINUX Win-32 ? Win32 only. Me sent a message with a attachment containing the files. Since it's quite large (approx 5M) it waits for moderator approval. Got it. Have You received

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

2011-12-21 Thread IvankoB
Since the subdir access doesn't work the executable directory is used to hold database files. Are you sure the working directory is c:\superprog? It's a syntax example :) -- Write once. Port to many. Get the SDK

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

2011-12-21 Thread Martin Schreiber
On 12/21/2011 03:29 PM, IvankoB wrote: Since the subdir access doesn't work the executable directory is used to hold database files. Are you sure the working directory is c:\superprog? It's a syntax example :) Are you sure the working directory is c:\Documents and

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

2011-12-21 Thread Martin Schreiber
On 12/21/2011 05:21 PM, IvankoB for-mse wrote: Are you sure the working directory is c:\Documents and Settings\Администратор\Мои документы\MSE_PROJECTS\login\? Yes, it's. So you start the program by: cd c:\Documents and Settings\Администратор\Мои документы\MSE_PROJECTS\login\

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

2011-12-21 Thread IvankoB for-mse
No, as a debugger session from the IDE. Though, it's the same. With DB file pointed by fabsolute path c:\Documents and Settings\Администратор\Мои документы\MSE_PROJECTS\login\db\dbfile.db everthing is OK, but with db\dbfile.db the DB isn't found. 2011/12/21, Martin Schreiber mse00...@gmail.com:

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

2011-12-21 Thread IvankoB
No, as a debugger session from the IDE. Though, it's the same. With DB file pointed by fabsolute path c:\Documents and Settings\Администратор\Мои документы\MSE_PROJECTS\login\db\dbfile.db everthing is OK, but with db\dbfile.db the DB isn't found. For me too. Even encrypted (with

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?