|
-
May 12th, 2004, 09:12 AM
#1
VB6 DMO for SQL Server 2000
I want to run a *.sql script in SQLServer database using DMO. I am generating the script from Enterprise Manager. DMO should run the script, as we can do from the Query Analyser.
Can anyone help me with the code/method/objects to use?
This is really urgent!!!
-
May 19th, 2004, 05:28 AM
#2
VB6 DMO for SQL Server 2000
You don't need to use DMO. Just make a connection using ADO and then use "execute" method to send your SQL string.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|