2009-03-14から1日間の記事一覧

DBメモ

Oracle10g接続文字列生成のメモ /// <summary> /// 初期化 /// </summary> private void Init() { //接続情報 this.user = "hoge"; this.password = "pass"; this.host = "192.168.10.110"; this.protocol = "TCP"; this.portNo = "1521"; this.serviceName = "ORCL"; //接続文…