Re: Delphi 6 - ADO - MS SQL Server



I have had similar experience with trying to use
TADOStoredProc as it is a total waste of time.

Executing MsSQL TSQL using

ADOCommand1.CommandText :=
and
ADOCommand1.Execute

is always much better.


.