Re: Return value in stored procedure



"Man T" <alanpltse_NOSPAM@xxxxxxxxxxxx> wrote in message
news:482a7446$1@xxxxxxxxxxxxxxxxxxxxxxxxx
What if I use TAdoStoredProcedure?


Global warming...wait a sec.....it was you! Somebody call Al Gore....we got
em'!

:)

The TADOStoredProc was only intended as an easy replacement for the BDE
equivalent TStoredProc which only required a simple change in the dfm file
to convert a BDE application to ADO. You can use it if you wish, but
TADODataset and TADOCommand are 'closer' to the ADO layer than
TADOQuery/TADOStoredProc.

Good luck,
krf


.