When using ExecProc, to launch a stored procedure on our SQL Server, I get an error message EDBEngineError with message "Parameter not set in query string". I am able to manually launch the stored procedure within SQL Server Enterprise Manager...
My code:
Form_GL.ClearBnkProc.Prepare;
Form_GL.ClearBnkProc.ExecProc;
I am using Delphi 1.0.
Please advise.
My code:
Form_GL.ClearBnkProc.Prepare;
Form_GL.ClearBnkProc.ExecProc;
I am using Delphi 1.0.
Please advise.