herbie68nl
10 years agoOccasional Contributor
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...
- 10 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.