Can anybody help me ?
I have this connection string :
"dsn=fbproba;Driver=Firebird/InterBase(r) driver;uid=sysdba;pwd=masterkey;datasource=localhost;nowait"
It works properly with freepascal.
But how can i use it with db_odbc ?
var db = open(r".......", "....", ".....","......")
thank you in advance Attila