Subject | Stored proc question |
---|---|
Author | Nico Callewaert |
Post date | 2001-05-29T12:48:05Z |
Hi all,
I have a stored procedure that is executed a few times. When it's
executed the second time I'm having a Invalid DSQLA structure or something
like that (forgotten to write it down immediatly).
My program looks like this :
if not Prepared then
Prepare;
Params [0].AsString := Trim (IB_Edit1.Text);
ExecProc;
Do I have to do a close and a Unprepare every time it's executed again ?
Thanks,
Nico Callewaert
I have a stored procedure that is executed a few times. When it's
executed the second time I'm having a Invalid DSQLA structure or something
like that (forgotten to write it down immediatly).
My program looks like this :
if not Prepared then
Prepare;
Params [0].AsString := Trim (IB_Edit1.Text);
ExecProc;
Do I have to do a close and a Unprepare every time it's executed again ?
Thanks,
Nico Callewaert