I'm trying to insert a row into my *.mdb database via a ODBC function, how can I insert a string like We're, i know MySQL has the MySQL escape string function but i can't find a odbc version.
addslashes(), perhaps?
Iirc, Access uses standard escape for single quote, i.e. single quote: '' Which would mean str_replace