Hi tom,
Zitat von
tom firebird:
anschliessend bei installiertem Firebird Server in das dortige bin bzw. util verzeichnis und die gesamte Datenbank auf read-only setzen.
Ich hoffe, Du machst das nicht über die Dateiattribute. Denn nur mit
Code:
gfix -mode read_only Datenbank.fdb
kannst Du eine Firebird
DB als "ReadOnly" implementieren.
Ums zu untermauern: Bei Helen Borrie im
FB-Buch (S. 246) ist hierzu folgendes zu lesen ...
Zitat:
A read only databae ist not the same thing as a database file that has its read-only attribute set on. File-copying a read-write database to a CD-ROM does not make it into a read-only database.
Zitat von
tom firebird:
Ich selbst scheitere derzeit jedoch bei dem Versuch, die
DB mit ZEOS zu lesen, da bereits bei der Connection ein Fehler rauskommt.
Hast Du die
DB wie oben beschrieben auf "ReadOnly" gesetzt? Hast Du in der ZConnectinon den TransactionIsolationLevel
auch auf "tiNone" gesetzt?
Zitat von
tom firebird:
In Visual Basic funktioniert das ganze einwandfrei.
VB und Firebird? Interessante Kombination