RefreshQuick problem (urgent)
Posted: Wed 06 Feb 2008 09:32
Hello,
Hello I have a MyQuery with the sql:
Select * from MyTable where MyPrimaryKey=:MyParam
order by MyPrimaryKey
The table above contains a timestamp field, too.
However when I issue: MyQuery.RefreshQuick(False)
then I got the following error:
"project xx.exe raised exception class EDataBaseError wiht message "Not found field corresponding parameter MyParam"
The Refresh method works perfectly.
Thank you in advance
Hello I have a MyQuery with the sql:
Select * from MyTable where MyPrimaryKey=:MyParam
order by MyPrimaryKey
The table above contains a timestamp field, too.
However when I issue: MyQuery.RefreshQuick(False)
then I got the following error:
"project xx.exe raised exception class EDataBaseError wiht message "Not found field corresponding parameter MyParam"
The Refresh method works perfectly.
Thank you in advance