hello everyone and thanks for your help in advance.
i am using ADO connection in delphi 7 with an access db.
all of my queries are correct and also the names of my fields in access.
the problem is that some times i get the following error on select * from Table queries!
MyVal:= vartostr(fieldvalues['fieldName']);
the fieldname may dy ID autonumber or same text
ADOQuery 1! Field 'fieldname' not found
the think is that the field does exists.
when i press ok to the error message and if i try to do the same query again i may have no problem.
this queries must run automaticaly in my prog as a result i have a little problem here.
please help!
i am using ADO connection in delphi 7 with an access db.
all of my queries are correct and also the names of my fields in access.
the problem is that some times i get the following error on select * from Table queries!
MyVal:= vartostr(fieldvalues['fieldName']);
the fieldname may dy ID autonumber or same text
ADOQuery 1! Field 'fieldname' not found
the think is that the field does exists.
when i press ok to the error message and if i try to do the same query again i may have no problem.
this queries must run automaticaly in my prog as a result i have a little problem here.
please help!