如何打开连接 [英] how to open connection

查看:87
本文介绍了如何打开连接的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在oracle中打开连接,用于在asp.net中使用vb

how to open connection in oracle for displying and inserting data in asp.net with vb

推荐答案

来发送和插入数据。不要偷懒。你有没有尝试过任何东西?您是否尝试过在 google 上搜索教程?连接到oracle与连接到任何其他数据库没什么不同。您只需要一个不同的连接字符串


我甚至可以帮你开始寻找:OleDbConnection,OleDbCommand和OleDbDataAdapter。全部在System.Data.OleDb。
Don''t be lazy. Have you tried anything yet? Have you tried searching google for a tutorial yet? Connecting to oracle is no different than connecting to any other db. All you need is a different connection string.

I''ll even get you started on what to look for: OleDbConnection, OleDbCommand, and OleDbDataAdapter. All in System.Data.OleDb.


ERROR [IM006] [Microsoft] [ODBC驱动程序管理器]驱动程序的SQLSetConnectAttr失败

错误[01000] [ Microsoft] [ODBC驱动程序管理器]驱动程序不支持应用程序请求的ODBC行为版本(请参阅SQLSetEnvAttr)。

ERROR [01S00] [Microsoft] [Oracle的ODBC驱动程序]无效连接字符串属性
ERROR [IM006] [Microsoft][ODBC Driver Manager] Driver''s SQLSetConnectAttr failed
ERROR [01000] [Microsoft][ODBC Driver Manager] The driver doesn''t support the version of ODBC behavior that the application requested (see SQLSetEnvAttr).
ERROR [01S00] [Microsoft][ODBC driver for Oracle]Invalid connection string attribute
展开 | 选择 | Wrap | 行号


通过使用代码解决与oracle数据库连接的问题
Problems on connection to oracle databse is resolve by using code
展开 | 选择 | < span class =codeLinkonclick =WordWrap(this);> Wrap | 行号


这篇关于如何打开连接的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆