Cursors & Stored Procedures
Bart Pietercil
bart.pietercil at gmail.com
Fri Jul 13 04:16:40 CDT 2007
Hi List,
Do I understand correctly that there is no way to make a stored
procedure return a cursor to the calling application.
In other words I cannot do this:
Dim Cur1 as Vcursor
call myStoredProcedure(Cur1)
if Cur1 <> Nil Then
.....
end if
I really would love this functionality. It makes it possible to move
much more intelligence to the backend thus simplifying the
development of the interfaces.
Pretty please
Bart
More information about the Valentina
mailing list