Connect to Oracle database in VB(VB连接Oracle数据库)
问题描述
在连接到 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数据库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:VB连接Oracle数据库
基础教程推荐
- 将数据从 MS SQL 迁移到 PostgreSQL? 2022-01-01
- 在 VB.NET 中更新 SQL Server DateTime 列 2021-01-01
- SQL Server:只有 GROUP BY 中的最后一个条目 2021-01-01
- Sql Server 字符串到日期的转换 2021-01-01
- SQL Server 2016更改对象所有者 2022-01-01
- 无法在 ubuntu 中启动 mysql 服务器 2021-01-01
- SQL Server 中单行 MERGE/upsert 的语法 2021-01-01
- ERROR 2006 (HY000): MySQL 服务器已经消失 2021-01-01
- 如何在 SQL Server 的嵌套过程中处理事务? 2021-01-01
- 使用pyodbc“不安全"的Python多处理和数据库访问? 2022-01-01