| Documentation |
|
FUNCTION Quote ( Name AS String ) AS StringReturns a quoted identifier so that you can freely insert it into a query.
This identifier can be a table or a field name.
The quoting mechanism depends on the database server driver, so this method is needed if you need to write database-independant code.