return Recordset
-
How can i return a recorset from a Stored procedure ? rs = Cmd1->Execute(NULL, NULL,adCmdStoredProc); why is this allways returning a closed recorset? Casa.Sapo.pt
-
How can i return a recorset from a Stored procedure ? rs = Cmd1->Execute(NULL, NULL,adCmdStoredProc); why is this allways returning a closed recorset? Casa.Sapo.pt
I don't know the answer but there are some articles in CP about stored procedure.Have you looked at them? http://www.codeproject.com/database Mazy "The more I search, the more my need For you, The more I bless, the more I bleed For you."The Outlaw Torn-Metallica
-
How can i return a recorset from a Stored procedure ? rs = Cmd1->Execute(NULL, NULL,adCmdStoredProc); why is this allways returning a closed recorset? Casa.Sapo.pt
That third parameter on your Execute call looks dodgy, I think it should be something like adNoOptionSpecified (it might be slightly spelt incorrectly, check MSDN)