Can not connect to Oracle via VBA - Driver's SQLSetConnectAttr Failed
问题 I have created an ODBC connection for oracle using "Microsoft ODBC for Oracle" driver under user DSN. I can connect to oracle 10g using SQL developer but when i try to connect via ODBC its saying [Microsoft][ODBC DRIVER Manager] Driver's SQLSetConnectAttr Failed I have tried following code for connecting. data_src = Oracle Database = sys Uid = <my id> pwd = <my pwd> Set cn=new ADOBB.Connection Cn.open "DataSource=" + data_src + ";" + Database + "; persist security Infor = True; UserID= " +