Connect to an Oracle database

后端 未结 3 1774
情书的邮戳
情书的邮戳 2021-02-14 22:20

I\'m trying to connect to an Oracle database but when the the code is executing the line:

con = new OracleConnection(oradb);

It gives this erro

3条回答
  •  长情又很酷
    2021-02-14 22:59

    I ended up referencing the ManagedDataAccess.Client instead of just the Data.Access.Client one and it worked.

提交回复
热议问题