Subject | Re: [IBO] How to access fields from the current row of a tib_query |
---|---|
Author | Salvatore Besso |
Post date | 2004-04-27T08:04:55Z |
hello Mark,
in addition of what Helen said:
ParamByName('AccName').AsString:='MYACCOUNT';
^^^^^^^
regards
Salvatore
in addition of what Helen said:
> Sql.Add('Select objid from table_accounts where account_name =:AccName');
> Prepare;if your SQL statement is really as above, maybe:
> ParamByName('account_name').AsString:='MYACCOUNT'; <----
ParamByName('AccName').AsString:='MYACCOUNT';
^^^^^^^
regards
Salvatore