my applications use ODBC to access sql server 2005 32 bits on another
server.
I had configure odbc (Sql Server Type) under :
%SystemRoot%\SysWOW64\odbcad32.exe
ODBC is successfull, but why i cannot connet to my database from my
applications ?
I think is about win 2008 R2 issue not ODBC anymore,
to campare a problem i try scenario like this :
I try to install an application at win 2008 64 bit (not win 2008 R2 64
bit), and i use 2 methode :
1. ODBC SQL Server version 6.00.6001.18000
2. ODBC SQL Server Native Client 10.0 version 2009.100.1352.12
and all successfull, i can connet to database.
So i'm sure, it's something wrong with Win 2008 R2 64 bit, any update
or patch for this issue ?
I think this issue related to link below :
any idea ?
The link you have given is not very relevant. Since you know using
"c:\windows\syswow64\odbcad32" to setup your DSN, the 32-bit / 64-bit problem
shouldn't happen in your case.
Instead, please make sure you have configured your DSN successfully. In the
last page of the GUI during setting up the DSN, you can press the button
"Test Connection" to verify your setting.
Also, if there is any error related to "cannot find the server", you may
need to double check the firewall setting on both the server side and the
client side.
Thanks,
Ming.
WDAC Team, Microsoft.
P.S. We recommend customers to use the forum to ask questions in the future,
where you can obtain a faster response (Forum is at:
http://social.msdn.microsoft.com/forums/en-US/sqldataaccess/threads/)
"Slamet" wrote:
> .
>
For user f_maint: Trying to connect through ODBC: IM002:1:0:[Microsoft][ODBC
Driver Manager] Data source name not found and no default driver specified
Any and all help would be greatly appreciated.
Thanks,
Randy Carlton
The properties file had multiple data source entries and only one of them
was set properly. Once they all were set properly, the application was able
to connect successfully.