| View previous topic :: View next topic |
| Author |
Message |
James Bate Guest
|
Posted: Tue Feb 17, 2004 4:35 pm Post subject: How to use TADOStored Proc |
|
|
What is the recommended way to use TADOStoredProc? I am converting an
interbase app to MSSQL 2000 and am an ADO novice. My problem is that the
output parameters of my stored proc do not always seem to be set even though
the parameters are set if I run the procedure in Enterprise Manager's Query
Analyzer. I have seen various recommendations to use the TADOCommand
directly.
|
|
| Back to top |
|
 |
J. M. De Moor Guest
|
Posted: Tue Feb 17, 2004 8:32 pm Post subject: Re: How to use TADOStored Proc |
|
|
James
| Quote: | I have seen various recommendations to use the TADOCommand
directly.
|
Yes, the preferred use of ADO components is TADODataSet when returning a
resultset and TADOCommand otherwise.
Joe
|
|
| Back to top |
|
 |
|