dbconn = "Provider=MSDAORA.1;Password=password;Persist Security Info=True;User ID=id;Data Source=dbsource;Workaround Oracle Bug 914652=true"
위의 커넥션은 접속이 안되고 아래의 커넥션에서만 접속이 된다.
dbconn = "Provider=MSDAORA.1;User ID=id;Password=password;Data Source=dbsrouce"
dbconn = "Provider=MSDAORA.1;Password=password;User ID=id;Data Source=dbsource;Persist Security Info=True"
마찬가지 위의 커넥션은 접속이 안되고 아래의 커넥션에서만 접속이 된다.
이유가 뭘까?

글
댓글을 달아 주세요
댓글 RSS 주소 : http://haroc.haroc.net/tc/rss/comment/151