F
frazer
i want to execute 2 stored procs and get teh result using nextresult.
this gives me an error
sqlCommand.CommandText ="spProc1; spProc2";
is that possible to execute 2 stored procs or can we just execute 2 or more
sql statements
and use nextresult on it?
thnx
this gives me an error
sqlCommand.CommandText ="spProc1; spProc2";
is that possible to execute 2 stored procs or can we just execute 2 or more
sql statements
and use nextresult on it?
thnx