Ask a Question related to IBM DB2, Design and Development.
-
minjie #1
Using stored procedure to return a whole row of data, without using record set?
I now know that I cannot use client application written in embedded
SQL to receive record sets, that only an application using CLI can
receive record sets (see my previous question titled "How to use
returned result sets from a client app?"). If I do not change client
app to use CLI, is there a way for a stored procedure to return a
whole row of data without using record set? By the way, there could be
as many as 150 columns in a row in my tables, and I may not know how
many columns will be returned beforehand (meaning, it depends on which
table I query).
Thanks in advance for any help.
minjie Guest
-
Trouble getting stored procedure return value!?
This is my first stored procedure so go easy on me. Procedure runs fine except I can't get a value into the return value @RecordCount. CREATE... -
Can't get return Value from Stored Procedure
I'm trying to get the @@IDENTITY value back from my stored procedure in T-SQL to use it in later code. I haven't been able to get it to work. ... -
ASP/ADO: Return a value from a Stored Procedure
I generally use the following code to call a stored procedure: sSQL = "Exec MySP " & param1 & ", " & param2 oConn.Execute (sSQL) .... or... -
Stored Procedure has both return value and data set (SqlDataReader)
Greetings! I met the same question as in ADO a few months ago. I'm working on MS SQL Server 2000. I have a stored procedure that returns a... -
Getting Return Value of Stored Procedure
Hello Friends ! I have the Following Code, that Executes a Stored Procedure and Attempt to read a Returned Integer Value from the StoredProc....



Reply With Quote

