How can we select data when we used key words as access database table names and field name in delphi

104 Views Asked by At

I am using delphi and access database. I used a keyword as a table name and field name. Ex : User \ Date \ Password. How can i access it from delphi? Below is the code i tried. It is working when i run it in Access. but same query can not run from delphi. it says syntax error in query.

select * from "User"
select * from User
1

There are 1 best solutions below

0
GuidoG On BEST ANSWER