Skip to Content.
Sympa Menu

freetds - Re: dsnless

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Sven Köhler <skoehler AT upb.de>
  • To: TDS Development Group <freetds AT franklin.oit.unc.edu>
  • Subject: Re: dsnless
  • Date: Mon, 14 Oct 2002 22:01:13 +0200


[myserver]
Description=...
Server=ntbox.foo.com:port
TDS_Version=7.0
Database=testdb
Trusted_Connection=yes/no

UID and PWD should not go on odbc.ini file... Current version (CVS) of
FreeTDS correctly do not read these values from odbc.ini...

Sounds great!
A stupid question:
Does an ODBC-driver have to read the options from the odbc.ini-file?
Are the options from the DSN not passed to the driver by the DriverManager?

Domain will be specified with code similar to

SQLConnect("myserver","domain\\user","password);

Timeout will be specified using ODBC options. Other options... work in
progress...

Sounds great too
It looks like FreeTDS is becoming a well ODBC-driver.

Thx Freddy!






Archive powered by MHonArc 2.6.24.

Top of Page