The point is: I can execute SQL and stored procedures. Great! But I have no way to get the result from executing a stored procedure using something like this:
sql = "EXEC myprocedure"
The point is: I can execute SQL and stored procedures. Great! But I have no way to get the result from executing a stored procedure using something like this:
sql = "EXEC myprocedure"