Subject Re: What registry settings for the ODBC driver ?
Author Bruno Gachie
Thank for you help. But it still doesn't work.
Maybe it is not a problem of install.
By the way I posted the compiled driver for NT in
the 'Files' section. If so wants to test it ...



--- In IB-Architect@egroups.com, Tim Uckun <tim@d...> wrote:
> At 11:44 PM 7/11/00 +0000, you wrote:
>
> >I've got DLL : IscDbc.dll, OdbcJdbc.dll and OdbcJdbcSetup.dll
> >but no '.exe' to install the driver.
> >Can someone tell me what are the registry setting
> >for that driver ? I think it is a key to add to the
> >HKLM\ODBC\ODBCINST.INI key.
>
>
>
> Typically you would make the following entries in
> HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI
>
> First create a key called InterBase ODBC
>
>
> APILevel "1" (string
value)
> ConnectFunctions "YYN" (string
value)
> Driver "C:\WINNT\System32\SomeODBC.dll" (string
value)
> DriverODBCVer "03:00" (string
value)
> FileUsage "0" (string
value)
> Setup "C:\WINNT\System32\SomeODBCS.dll" (string
value)
> SQLLevel "1" (string
value)
> UsageCount 0x00000001 (DWORD
value)
>
>
>