在连接到 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
这篇关于VB连接Oracle数据库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!
如何将“2016-07-01 01:12:22 PM"转换为“2016-07-0How to convert #39;2016-07-01 01:12:22 PM#39; to #39;2016-07-01 13:12:22#39; hour format?(如何将“2016-07-01 01:12:22 PM转换为“2016-07-01 13:1
创建包含多个页面的 Apex 表单Create an Apex form with multiple pages(创建包含多个页面的 Apex 表单)
UNPIVOT 在多列上返回多列UNPIVOT on multiple columns to return multiple columns(UNPIVOT 在多列上返回多列)
Oracle UNPIVOT 和 SYSDATE 给出奇怪的结果Oracle UNPIVOT and SYSDATE giving weird results(Oracle UNPIVOT 和 SYSDATE 给出奇怪的结果)
如何在 Oracle PLSQL 中透视表?How to pivot a table in Oracle PLSQL?(如何在 Oracle PLSQL 中透视表?)
将列转为行(oracle)Unpivot columns into rows (oracle)(将列转为行(oracle))