Jump to content

FM pro with MySQL question


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

Recommended Posts

Please forgive a newbie question. I am working with an organisation that has a large MySQL database with web front ends in several offices. The Web front end is, frankly, awful. Inflexible, irritating, and just plain bad. What's more, we can't get at the code to change it.

We would like to use FM pro as the front end because it is so easy to build, change, and generally add new reports, queries, etc.

My question is: is it possible? What are the limitations? Can I use FM pro as a front end to a MySQL database and if so, how?

Link to comment
Share on other sites

Although the ESS feature of FileMaker was not designed to be a full front end to an external source, it can be useful for many things.

You can use it to perform finds, update records, etc.

You will find though that there are limitations and you have to plan carefully for speed that is usable to your end users. Using views and indexing fields for your MySQL tables will help you.

Also things that are easy such in the SQL world such as outer joins and unions are not available in FileMaker, so you would want to create these on the external side using views of a stored procedure.

Link to comment
Share on other sites

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