Can anyone please help on using both LO and isql to build, maintain and use a Firebird 5 database?
In my firebird.conf file I have the following aliases
locdb = C:/Users/salis/Documents/DBs/TestDB/LOCREATEDDB.FDB # (Created by LO)
teste = C:/Users/salis/Documents/DBs/TestDB/teste.fdb # (Created by isql)
If I try to connect to the isql-created database from LO I get
Error code: 1
firebird_sdbc error:
*unsupported on-disk structure for file C:\USERS\SALIS\DOCUMENTS\DBS\TESTDB\TESTE.FDB; found 13.1, support 12.2
caused by
‘isc_attach_database’
If I try to use isql to update a database created by LO (using the information in Firebird Connection) I get
CONNECT locdb user ‘fbbatch’ password ‘fbbatch’;
Statement failed, SQLSTATE = HY000
unsupported on-disk structure for file locdb; found 12.0, support 13.1
It looks at though there is some incompatibility between the two ways to access the same Firebird database?
Is there an explanation and fix for this?
Thank you.

