摘要:
使用DDTek.Oracle.dll可以在没有安装oracle客户端的情况下连接远程的oracle。 string _conString = "Host=192.168.1.1;Port=1521;User ID=userid;Password=password;SID=sid";List> dics = new List>();OracleConnection conn = new OracleConnection( _conString );conn.Open();OracleCommand cmd = conn.CreateCommand();cmd.Co 阅读全文
posted @ 2014-01-16 14:36
Shoring
阅读(170)
评论(0)
推荐(0)

浙公网安备 33010602011771号