> Does anyone have a utility in access to add backslashes to single quotes for
> the odbc connection to postgres?
Does Access support the SQL9x standard of using two adjacent single
quotes to represent an embedded single quote? PostgreSQL recognizes that
syntax in addition to the backslashed form...
- Thomas