I have a connection string like
Driver={SYBASE ASE ODBC Driver};Srvr=;Uid=;Pwd=;Database=dbname;
Port=*;WorkstationID={WorkstationID};ApplicationName=Wingman
and whenever I try to open the connection using Conn.open()
, I get the following error:
:ERROR [IM002] [Microsoft][ODBC Driver Manager]
Data source name not found and no default driver specified
Is this problem specific to Windows 7?
I tried number of ways like creating a system DSN in ODBC Data Source Administrator (64 bit) but the code refers to ODBC Data Source Administrator (32 bit).
I can't find the drivers for Sybase in ODBC Administrator (32 bit).