SHELL command question

  • Thread starter Thread starter m
  • Start date Start date
M

m

I am using the SHELL command to execute an osql statement
that will run a script file against an SQL database. My
problem is it runs asynchronously. I need a way to wait
for the SHELL command to finish before going on to the
next step.

Any help would be greatly appreciated.

thanks
 
I am using the SHELL command to execute an osql statement
that will run a script file against an SQL database.

Why not just do a set of conn.Execute() methods?

Tim F
 
Back
Top