ParamByName in TMyScript
Posted: Sat 27 May 2006 07:11
Hello,
I have a MyQuery and I successfully use parameters
MyQuery.ParamByName('something').AsDateTime := Now;
but it seems that I cant use that in TMyScript.
Why?
How can I setup multiple external fields in a TMyScript? What I want is to execute more than one queries at the time. Thats why I'm using TMyScript insteda of MyQuery.
Thanks
I have a MyQuery and I successfully use parameters
MyQuery.ParamByName('something').AsDateTime := Now;
but it seems that I cant use that in TMyScript.
Why?
How can I setup multiple external fields in a TMyScript? What I want is to execute more than one queries at the time. Thats why I'm using TMyScript insteda of MyQuery.
Thanks