VB连接Oracle数据库

Connect to Oracle database in VB(VB连接Oracle数据库)
本文介绍了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数据库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

相关文档推荐

Why Mysql#39;s Group By and Oracle#39;s Group by behaviours are different(为什么 Mysql 的 Group By 和 Oracle 的 Group by 行为不同)
Creating a flattened table/view of a hierarchically-defined set of data(创建分层定义的数据集的扁平表/视图)
MySQL: how to do row-level security (like Oracle#39;s Virtual Private Database)?(MySQL:如何做到行级安全(如 Oracle 的 Virtual Private Database)?)
What is the best way to enforce a #39;subset#39; relationship with integrity constraints(强制执行具有完整性约束的“子集关系的最佳方法是什么)
Split String by delimiter position using oracle SQL(使用 oracle SQL 按分隔符位置拆分字符串)
How to unfold the results of an Oracle query based on the value of a column(如何根据列的值展开Oracle查询的结果)