dim cnn as adodb.connection
set cnn = new adodb.connection
cnn.connectionstring = "Provider=MSDAORA.1;Password=password;User ID=username;Data Source=myserver"
cnn.open
cnn.execute "myplsql;"
cnn.close
set cnn = nothing
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.