C# 连接Oracle数据库以及一些简单的操作
摘要:1.连接数据库 using (OracleConnection conn = new OracleConnection("data source=192.168.97.60/orcl;User Id=abc;Password=abc;")) { conn.Open(); } using(....){
阅读全文
posted @ 2018-11-02 00:21
posted @ 2018-11-02 00:21
posted @ 2018-11-02 00:20