Forum Discussion

herbie68nl's avatar
herbie68nl
Occasional Contributor
9 years ago
Solved

Can I push a set of lines to execute in SQL instead of line by line

I Use VB Script   I recorded a trace file using the SQL profiler. This gives me all "exec ...." (stored) procedures that are executed by my desktop application.   Now I want to reuse tose lines s...
  • TanyaYatskovska's avatar
    9 years ago

    Hi Herbie68nl,

     

    As far as I understand, you want to pass several SQL requests at once. This is impossible in ADO.

    You need to think on how to change your request so that it selects all data you need, but in one call.