Newbies dcatki Posted May 31, 2005 Newbies Posted May 31, 2005 Hi, I am trying to use "Execute SQL" to pass a Filemaker field value into a MySQL database. INSERT INTO `tbltest` ( `title` , `Picture` ) VALUES ('" & Art Database::title & "'), ''); I cannot get the field value to pass, instead the uploaded value is " & Art Database::title & ". Will BLOBs upload using this method? Thanks, David
stash Posted May 31, 2005 Posted May 31, 2005 "INSERT INTO tbltest SET title = "" & Art Database::title & "", Picture = "" " Try to copy-paste this one to your calculated SQL Result of "Execute SQL" function. As I know, you cant send the value(picture) from FileMaker to the BLOB field of mySQL server...neighter some value(picture) from mySQL to the Container field of FileMaker.
Recommended Posts
This topic is 7117 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