From: Jorge A. B. <li...@da...> - 2009-10-23 15:50:32
|
Roman, I'm not talking about the driver install, but the DSN data. If you install the driver, and then create a ODBC DSN (for example, "TestDSN"), a new registry key is created at HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\TestDSN Inside that key, there is a value named "Driver", containing "C:\WINDOWS\system32\OdbcFb.dll" (if DSN was created in a WinXP box, change "windows" by "winnt" if using win2000). How is that value used by the driver? (I create the DSN inside my app installer, by adding the necessary registry entries, but today I've realized I was creating always "Driver=C:\WINDOWS\system32\OdbcFb.dll" but there is no such path on win2000). Roman Simakov escribió: >> Jorge Andrés Brugger wrote: >> >> The "driver" value at the DSN saved into registry (pointing generally to >> C:\WINDOWS\system32\OdbcFb32.dll), how and where it´s used? >> >> (I´ve configured a Windows 2000 with that value - Win2000 doesnt get >> installed at \windows, but \winnt - ... however, driver seems to work >> anyway) >> >> Regards! >> >> > > How did you install odbc driver? While installing it is registered in > registry, AFAIK. > Run odbcad32.exe and look for driver location. > > -- Jorge Andrés Brugger Informática DASU - Obra Social del Personal de la Universidad Nacional de la Patagonia Comodoro Rivadavia, Chubut, Argentina Teléfono (0297) 446-4444 int. 103 Correo electrónico: jbr...@da... Website: www.dasu.com.ar |