xdenser / node-firebird-libfbclient

Firebird SQL binding
MIT License
82 stars 34 forks source link

is not a valid database #89

Closed ShineWellSnake closed 4 years ago

ShineWellSnake commented 5 years ago

hello, i created a new database and query data from it ,everything is ok. but i try to open a *.ib file and return this error `F:\node-workspace\Hospital\edgeDemo.js:4 con.connectSync('d:\xswhis.ib','sysdba','masterkey',''); ^

Error: While connecting - file D:\XSWHIS.IB is not a valid database`

but i open it success by "FbMaestro.exe".

mariuz commented 5 years ago

This is not a Firebird database , it's an interbase db

mariuz commented 4 years ago

can be closed