Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

AdoQuery and Access

Status
Not open for further replies.

yomyom

Programmer
Dec 23, 2002
119
GB
Hi,
I've been trying to load an AdoQuery with an SQL statement -a simple one e.g select * from invoice -.
Invoice is the table in the abase Database which is an ms access database loacated on my machine.
When I use adoTable it connects but when I use Adoquery I get an error message saying jet4.0 cannot connect to the table etc.
Can anyone solve this 4 me?
Thanks in advance.
Yomi.
 
Hello all,
It appearsthat the word transaction may be a reserved word because whem I changed the accesstable's name to myTransaction, the connection was made.
Yomi.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top