Re: TADOStoredProc




What is the difference between Open and ExecProc?
In addition, I cannot find this ExecProc method from help in the Method list
about TADOStoredProc.
However, if I press F1 at ExecProc can give me the help.

ExecProc should be for executing SQL code that does not return a dataset.
Open for SQL code that returns a dataset.

However you would be more inline with design of Borland ADO components if you
used TadoDataset and TadoCommand instead of TadoStoredProc or TadoQuery
--
Brian Bushay (TeamB)
Bbushay@xxxxxxxxx
.