Board index » delphi » Stored procedure returning output parameters
Stuart
![]() Delphi Developer |
Mon, 14 Feb 2005 18:26:40 GMT
Stored procedure returning output parameters
Hi,
Which is the best Delphi ADO component to use to utilise an SP that returns Up to now, I've only dealt with SP's returning a result dataset: I use If I use TADODataSet for an SP that only returns output parameters, with the 'Arguments are of the wrong type, are out of acceptable range, or are in However, if I clear .ExecuteOptions, with exactly the same parameters '[Dataset.Name]: CommandText does not return a results set' I'm using D6.02 Ent accessing SQL Server 2000. Thanks in advance for any assistance. Regards, Stuart |