|
From: Jorge A. B. <jor...@gm...> - 2017-10-13 17:34:36
|
I can write a connectoin string like "DRIVER=Firebird/InterBase(r) driver;UID=SYSDBA;PWD=masterkey;DBNAME=server:database" and works. But there are several configurable parameters, acording to odbc driver docs: *Verbose keyword* *Short form* Database Account *UID* or *USER* Password *PWD* or *PASSWORD* Role *ROLE* Data Source Name *DSN* Driver *DRIVER* Database *DBNAME* or *DATABASE* Client *CLIENT* Character Set *CHARSET* or *CHARACTERSET* Set read only *READONLY* Set nowait *NOWAIT* Dialect *DIALECT* Set quoted identifier *QUOTED* Set sensitive identifier *SENSITIVE* Set auto quoted identifier *AUTOQUOTED* File DSN *FILEDSN* Save DSN *SAVEDSN* It not defined explicitly, what are the default values for each attribute? (I´m interested particularly in those which admit "Y/N" values. Thanks! |