Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 7117 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

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

Posted

"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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.