flexwannabe
08-05-2009, 07:47 PM
I want to get a resultset from a stored procedure and also return a record count from that same stored procedure. Is it possible to have Java retrieve the value from SQL Server and then pass it back to actionscript, along with the resultset? If not, how would I get a resultset and a record count? The reason I am asking is that my resultset will never return more than 100 rows, but there may be 15000 records in the table.