SLOBA
January 20th, 2003, 02:03 AM
Here I got problem on setting the connection string to access oracle9i database.
I already declare the following connection string
cn.ConnectionString = "Provider=OraOLEDB.Oracle.1;Password=ORACLE;Persist Security Info=True;User ID=SYSTEM;Data Source=WWW"
also I define cn As New OleDb.OleDbConnection()
However, an error occurs when call cn.Open()
and return expection error "OleDbExpection Error"
How can i solve this problem?
I already declare the following connection string
cn.ConnectionString = "Provider=OraOLEDB.Oracle.1;Password=ORACLE;Persist Security Info=True;User ID=SYSTEM;Data Source=WWW"
also I define cn As New OleDb.OleDbConnection()
However, an error occurs when call cn.Open()
and return expection error "OleDbExpection Error"
How can i solve this problem?