买点ire怎么样# Stock
l*9
1 楼
I need to access IBM Netteza database from C# in Visual Studio 2013 on win 7
.
connectionString="Driver={NetezzaSQL}; Server=xx.x.xxx.xxx;Database = my_db;
Uid=my_user_id;Pwd= my_password; ReadOnly=true;
I got exception:
An unhandled exception of type 'System.Data.Odbc.OdbcException' occurred in
System.Data.dll
Additional information: ERROR [IM002] [Microsoft][ODBC Driver Manager] Data
source name not found and no default driver specified
I have installed 32/64 bits data base driver.
Thanks
.
connectionString="Driver={NetezzaSQL}; Server=xx.x.xxx.xxx;Database = my_db;
Uid=my_user_id;Pwd= my_password; ReadOnly=true;
I got exception:
An unhandled exception of type 'System.Data.Odbc.OdbcException' occurred in
System.Data.dll
Additional information: ERROR [IM002] [Microsoft][ODBC Driver Manager] Data
source name not found and no default driver specified
I have installed 32/64 bits data base driver.
Thanks