Oracle.DataAccess mismatch error

后端 未结 3 1948
青春惊慌失措
青春惊慌失措 2021-02-14 23:58

I installed the odp.net 32 bit installation for Visual Studio 2012. I set a reference to the Oracle.DataAccess.dll and my connection to Oracle seems to be working.

When

3条回答
  •  隐瞒了意图╮
    2021-02-15 00:06

    Another solution:

    Download ODAC 11.2 Release 5 (11.2.0.3.20) and set your compiler to x86. I am 100 % sure it will clean all warnings related to oracle. Set namespace to: using System.Data.Odbc;

    Then make a database connection.

提交回复
热议问题