[unixODBC-support] Named Driver vs full path for Driver
Jeff Martin
JMartin at telecomsys.com
Thu Jan 8 16:41:34 GMT 2009
If the section entry for a DSN in an odbc.ini file uses a full path
for the Driver entry, will any of the content of odbcinst.ini be used?
Suppose the I have the following:
odbc.ini
======================
[DsnDriverPath]
Description=Use a full path for the driver
Driver=/usr/local/somedb/lib/libodbc.so
Server=test
User=test
{...etc...}
[DsnDriverNamed]
Description=Use a named driver
Driver=SomeDB
Server=test
User=test
{...etc...}
======================
odbcinst.ini
======================
[SomeDB]
Driver=/usr/local/somedb/lib/libodbc.so
Threading=0
=======================
Will both DsnDriverPath and DsnDriverName "see" the Threading=0 in the
odbcinst.ini? Or will only the DsnDriverNamed "see" the Threading=0?
Thanks,
-- Jeff
CONFIDENTIALITY NOTICE: The information contained in this message may be privileged and/or confidential. If you are not the intended recipient, or responsible for delivering this message to the intended recipient, any review, forwarding, dissemination, distribution or copying of this communication or any attachment(s) is strictly prohibited. If you have received this message in error, please notify the sender immediately, and delete it and all attachments from your computer and network.
More information about the unixODBC-support
mailing list