摘要:
string myOraclestr = "Data Source=" + this.textBox1.Text + ";User Id=" + this.textBox2.Text + ";Password=" + this.textBox3.Text + ";";OracleConnection conn = new OracleConnection(myOraclestr);OracleCo... 阅读全文
posted @ 2009-04-07 23:22
嘎子
阅读(492)
评论(0)
推荐(0)
浙公网安备 33010602011771号