鬼门关梦

博客园 首页 新随笔 联系 订阅 管理

2012年7月28日 #

摘要: oracle创建远程数据库连接dblink创建dblink流程:1)PLSQL Developer 登录sys用户,"连接为"选sysdbaselect * from user_sys_privs t where t.privilege like upper('%link%');-------------------------查询结果:1 SYS DROP PUBLIC DATABASE LINK NO2 SYS CREATE DATABASE LINK NO3 SYS CREATE PUBLIC DATABASE LINK NO------------- 阅读全文
posted @ 2012-07-28 11:20 鬼门关梦 阅读(308) 评论(0) 推荐(0) 编辑

摘要: 1 ArrayList al = new ArrayList(); 2 try 3 { 4 XmlDocument xmlDoc = new XmlDocument(); 5 string xmlPath = Application.StartupPath + "\\Config\\UpdateDataTable.xml"; 6 XmlDocument xmlDoc1 = new XmlDocument(); 7 x... 阅读全文
posted @ 2012-07-28 11:19 鬼门关梦 阅读(243) 评论(0) 推荐(0) 编辑

2012年7月27日 #

摘要: 1 string datasorucePath = Application.StartupPath + "\\OnlineStID.xml"; 2 if (System.IO.File.Exists(datasorucePath)) 3 { 4 XmlDocument xmlDoc1 = new XmlDocument(); 5 xmlDoc1.Load(datasorucePath); 6 XmlNodeList nodeList = xmlDoc... 阅读全文
posted @ 2012-07-27 14:52 鬼门关梦 阅读(133) 评论(0) 推荐(0) 编辑