Skip to Content.
Sympa Menu

freetds - RE: [freetds] Registry file for win32 odbc driver

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Gad Hayisraeli" <gadh AT vmanage.com>
  • To: <freetds AT lists.ibiblio.org>
  • Subject: RE: [freetds] Registry file for win32 odbc driver
  • Date: Sun, 9 Feb 2003 10:21:22 +0200

did you just build the FreeTDS.dll and applied this registry patch and it
showed up in the odbc driver manager in win32
? just that ? its hard to believe ...
please give more details about your work.

Gad

> -----Original Message-----
> From: freetds-admin AT lists.ibiblio.org
> [mailto:freetds-admin AT lists.ibiblio.org]On Behalf Of Frediano Ziglio
> Sent: þä 06 ôáøåàø 2003 15:43þ
> To: FreeTDS
> Subject: Re: [freetds] Registry file for win32 odbc driver
>
>
> After some works (my windows test machine wasn't so near...) i wrote a
> small registry file to add FreeTDS driver.
> There is not configuration so you have to configure DSN by hand or use
> DSNless connections (i always used DSNless connections)
>
> This part is for configure a DSN
>
> [HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\ODBC Data Sources]
> "test"="FreeTDS"
>
> [HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\test]
> "Driver"="C:\\FreeTDS.dll"
> "Server"="myserver"
> "Database"="tempdb"
> "Description"="test DSN"
> "Port"="1234"
> "TDS_Ver"="5.0"
>
> This for configure driver
>
> [HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\FreeTDS]
> "APILevel"="2"
> "ConnectFunctions"="YYY"
> "CPTimeout"="60"
> "Driver"="c:\\FreeTDS.dll"
> "DriverODBCVer"="02.50"
> "FileUsage"="0"
> "SQLLevel"="1"
> "UsageCount"=dword:00000001
>
> [HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\ODBC Drivers]
> "FreeTDS"="Installed"
>
> (some values are copied directly from SQL Server driver...)
>
> Some values needs adjustement (like driver path!)
>
> Someone will receive this mail twice (sone fucking antivirus system
> detect all .reg file as virus :( )
>
> freddy77
>
>







Archive powered by MHonArc 2.6.24.

Top of Page