VB连接Oracle数据库

2021-09-16 00:00:00 vb.net oracle visual-studio-2010

在连接到 oracle 数据库时,我在 Visual Basic 中有一些已弃用的代码.我正在使用 OracleDataAdapter 但它说这已被弃用.有谁知道连接到数据库的新支持代码是什么?

I have some deprecated code in visual basic when connecting to an oracle database. I am using a OracleDataAdapter but it says that this has been deprecated. Does anyone know what the new supported code is to connect to a database?

推荐答案

Oracle 为 .NET 提供数据提供程序

Oracle provides a Data Provider for .NET

http://www.oracle.com/technetwork/topics/dotnet/index-085163.html

这篇博文也可能有帮助.

This blog post may be of help as well.

http://blogs.msdn.com/b/adonet/archive/2009/06/15/system-data-oracleclient-update.aspx

相关文章