导航

2010年8月10日

摘要: private void btnGetCLOB_Click(object sender, EventArgs e) { //We first read the full contents of the file into a byte array string _connstring = "Data Source=localhost/NEWDB;User Id=EDZEHOO;Passwor... 阅读全文

posted @ 2010-08-10 22:16 kingwangzhen 阅读(178) 评论(0) 推荐(0)

摘要: 1.Connecting via TNS "Data Source=NEWDB;User ID=SYSTEM;Password=admin";2.Connecting Without TNSNames.ora "Data Source = " + "(DESCRIPTION = " + " (ADDRESS_LIST = " + " (ADDRESS = (PROTOCOL = TCP)" ... 阅读全文

posted @ 2010-08-10 22:10 kingwangzhen 阅读(700) 评论(0) 推荐(0)