sara-arian < aban4009%40yahoo.com">aban4009
yahoo.com> wrote: Thanks alot for your guidances .
Unfortunately none of the solutions affected. In fact the sql command doesn't return any result without where cluase too and after executing this line : item:=AdoQuery1.ExecSQL;
the following error appears:
"project project1.exe raised exception class EOleError with message 'Variant does not reference an automation object'.process stoppe.Use Step or Run to continue. "
the source code is as following:
day := 'SELECT * FROM checks ';
AdoQuery1.Close;
AdoQuery1.SQL.Clear;
AdoQuery1.SQL.Add(day);
ADOQuery1.Active:=true;
item:=AdoQuery1.ExecSQL;
AdoQuery1.close;
---------------------------------
Choose the right car based on your needs. Check out Yahoo! Autos new Car Finder tool.
[Non-text portions of this message have been removed]
---------------------------------
Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, photos & more.
[Non-text portions of this message have been removed]
.