Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: SQLConfigDataSource
This list is valid for the Oracle 8 driver and can be found in the help file for same. This list may NOT work in 3rd party provided drivers or in the 7.3 versions of the drivers.
Keyword Meaning DSN= ODBC data source name UID= User ID or user name PWD= Password (specify PWD=; for an empty password) DBQ= Service Name DBA= Database attribute (W=write access, R=read-only access) TLO= Translation option TLL= Translation library name PFC= Prefetch count (specify a value zero or greater) APA= Applications Attributes (T=Thread Safety Enabled) FEN= Failover Enabled (T=Failover Enabled) FRC= Failover Retry Count (Number Value) FDL= Failover Delay (Number Value) LOB= LOBs Writes Enabled (T=LOBs Enabled) RST= Results Sets (T=Result Sets Enabled) FRL= Forced Retrieval of Oracle Long Col (T=Forced Long ReadsEnabled)
DRIVER={Oracle ODBC Driver}
Examples of valid connection strings:
DBA=W;
--
-cheers
DW
Sent via Deja.com
http://www.deja.com/
Received on Tue Dec 19 2000 - 15:06:14 CST
![]() |
![]() |