Reply to thread

Re: HELP- Desperate for ODBC Drivers


Charlie Russel - MVP wrote:


>You still have ODBC drivers - but you have a mix of 32-bit an 64-bit ODBC. 

>When you launch the default ODBC Administrator, you only see the 64-bit 

>ones, a much small list. To see the 32-bit ones, yhou need to launch the 

>32-bit ODBC Administrator. This is found at: %windir%\SysWOW64\odbcadm.exe.


And note that 32-bit applications use the 32-bit ODBC drivers, and 64-bit

applications 64-bit ODBC.


This means that if you're using VBS scripts to do this, and they need

32-bit ODBC drivers, you'll have to run the scripts using the 32-bit VBS

executables (cscript/vscript) in the SysWOW64 folder too.


--

Steve Foster [SBS MVP]

---------------------------------------

MVPs do not work for Microsoft. Please reply only to the newsgroups.


Back
Top