DB's Created with sqadmin only usable within sqadmin

This is the international (english) support forum for the SQLite Administrator developed and maintained by Orbmu2k.

Moderators: gto, EgonHugeist, Orbmu2k

Locked
Etznab
Fresh Boarder
Fresh Boarder
Posts: 4
Joined: 08.01.2008, 12:34

DB's Created with sqadmin only usable within sqadmin

Post by Etznab »

Hi,

Related topic :http://zeos.firmos.at/viewtopic.php?t=1756

Problem:
Databases(sqlite 2 & 3) created with SQLite Administrator (0.8.3.2) are only accessible with the use of SQLite Administrator (0.8.3.2).

Database access errors:
*Zeoslib Errors;
-Access violation at address 13BF2C18 in module 'ZComponentDesign110.bpl'. Read of address 00000000.
-SQL Error : file is encrypted or is not a database
*SQLite Database Browser;
-An Error occored: File is not a SQLite 3 Database

Created new db(sqlite 3) with SQLite Database Browser this database is readable and editable with:
-SQLite Database Browser http://sqlitebrowser.sourceforge.net/
-SQLite Administrator (0.8.3.2)
-ZeosLib

System Info:
XP SP2 ENU
RAD 2007 Update 3

If more info is required let me know.

Etznab

Edit:
Found this post: Transparent encryption support for SQLite, Maybe its related?
Orbmu2k
SQLite Admin Developer
SQLite Admin Developer
Posts: 38
Joined: 07.12.2005, 07:51
Contact:

Post by Orbmu2k »

You may need to use almost the same version of the SQLite Lib (e.g. sqlite3.dll) in both, yours and mine.
Locked