A simple query like
select * from languages;
worked fine. But once I used
select language from langauges;
, i was thrown this error. A bit confused, I did a google search for the exact phrase and voila, I got this page http://www.dbforums.com/showthread.php?t=825416
Understood it and changed the query to
select [language] from languages;
Maybe access uses the language as a keyword.
0 Responses
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.