Newbies mcss Posted September 4, 2006 Newbies Posted September 4, 2006 I have a MySQL 5 database. I have a limited PHP web interface to update and display data to & from MySQL. PHP is escaping out ' characters fine, no problem here. My main interface is on Filemaker 8.5. This is where all the data is created and updated. It's working great using import and MySQL commands with Actual Technologies ODBC. HOWEVER it does not escape the ' characters and produces ODBC errors. I've tried the substitute command in Filemaker, but it doesn't substitute ' for '. Not a major problem, just can't use those 's. Any ideas??? THANKS
The Shadow Posted September 16, 2006 Posted September 16, 2006 Substitute should work fine to replace the single quote with escaped ones, but you probably need to turn off "smart quotes" before making the calculation. That has bitten me numerous times.
Recommended Posts
This topic is 6642 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now