T
tiger liu
Oracle 8.17
Code as follewed :
dim objCnn as OleDbconnection=new ....
objCnn.open()
objCnn.close()
objCnn=nothing
but the connection is still found by oracle ! How could i do?
and driver providered by oracle.
Code as follewed :
dim objCnn as OleDbconnection=new ....
objCnn.open()
objCnn.close()
objCnn=nothing
but the connection is still found by oracle ! How could i do?
and driver providered by oracle.