摘要:
--创建跨库连接 create public database link 【连接别名】 connect to 【账号】 identified by 【密码】 using '【数据库URL】'; --删除连接 drop public database link 【连接别名】 ; --使用连接 sele 阅读全文
摘要:
//添加两个com组件引用 //Microsoft ADO Ext. 2.8 for DDL and Security //Microsoft ActiveX Data Objects 2.8 Library using System;using System.Collections.Generic 阅读全文