Anybody know how to execute a sql or oracle script file from Visual Basic 6

  • Thread starter Thread starter povor
  • Start date Start date
¤

Try posting in microsoft.public.vb.database if you don't get an answer here.


Paul
~~~~
Microsoft MVP (Visual Basic)
 
Well i only have experience with this with SQL server 2000 Enterprise ( icw
VB6 and VB.Net )

Just read it in a string and execute it on the connection object

so SQL server script files can be executed with the execute method from the
connection object

regards

Michel Posseth
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top