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

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

Recommended Posts

  • Newbies
Posted

Hello! I'm posting here after not having any luck on the FilemakerToday forums... hope to get some guidance from the community!

I'm new to FileMaker but familiar with mysql and need some help bridging these two worlds. We want to push some of our data from FM to an external mysql db on a schedule we choose.

Here's the setup:

* large, sophisticated in-house FM system managing our inventory, contacts, etc

* new mysql database on a remote web server, connected via ESS

My main question right now is how to update product prices on our mysql-powered web page. Updating fields manually via ESS is obvious, but for our workflow we need to be able to push updates out as a batch, typically at the end of the day. This could be on the order of 100 - 5000 records with just a couple fields to update. In the future we'll need to read from mysql, but for now I need to do a simple push.

Where would I start in writing a script for this?

I'm just getting my feet wet here but eager to learn -- any refs to good tutorials, etc would be welcomed! Thanks so much for any help.

Nathan

  • 4 weeks later...
Posted

Hmmm. Surprised you didn't get an answer over there.

Anyway...

1. I would create a field to set when a record was last uploaded to the web server.

2. Then run a find to get all the records that have a modification date after the last upload. (You may use a simple calc field to identify them if you want)

3. Go to a layout that based on the ESS table. Show all Records.

4. Import the records from the FM table to the ESS table.

Posted

It was down this weekend. (It's back up now)

But this post was from the beginning of March.

Posted

I missed the OP's original post date.

Since the OP hasn't been back since the 9th, perhaps they did received help on the other list.

This topic is 5350 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.