Subject | Params |
---|---|
Author | Gordon Hamm |
Post date | 2001-07-18T21:50:25Z |
Hi,
I am inserting several parms into the params list on a TIBOuery component.
Then, putting some SQL code into my EDITSQL.
Then when doing an edit, I am calling the
parambyname('myparameter').asstring := Newvalue
It returns an error saying that my parameter doesnt exist. In looking at the
object inspector, its clearly there. Am I missing something basic?
Gordon
I am inserting several parms into the params list on a TIBOuery component.
Then, putting some SQL code into my EDITSQL.
Then when doing an edit, I am calling the
parambyname('myparameter').asstring := Newvalue
It returns an error saying that my parameter doesnt exist. In looking at the
object inspector, its clearly there. Am I missing something basic?
Gordon