BrianMarsh
MIS
I am building a string from info found in a database. I then execute that string.
execute(select * from whatevertable);
in query analyzer it works find and returns the value i need. my question is, how can i use the values it gives me inside the stored procedure that it is in. I cannot figure out a way to get the info...there has to be a way. I tried select @whatever = execute(statement);
doesnt work =
thanks in advance for the help
execute(select * from whatevertable);
in query analyzer it works find and returns the value i need. my question is, how can i use the values it gives me inside the stored procedure that it is in. I cannot figure out a way to get the info...there has to be a way. I tried select @whatever = execute(statement);
doesnt work =
thanks in advance for the help