Newbies TheRhino Posted April 19, 2016 Newbies Posted April 19, 2016 What are the different ways to update FileMaker database. I Was looking into creating a custom solution that would query and update data in a FileMaker database ? Is there any web service APIs that can be invoked from a third-party application?
Wim Decorte Posted April 19, 2016 Posted April 19, 2016 Your options are (excluding WebDirect) - a FileMaker Pro or FM Go client - a custom web app that uses the built-in PHP API - a custom web app that uses the native XML API - a custom web app that uses one of the "derived" open source APIs that people have created over the years for .NET, Ruby, Python,... or RESTful constructions like RESTfm (open source) or 360Works' Web Services Manager (paid) - any application that can use ODBC or JDBC (as long as you install the FM xDBC drivers) 1
Newbies TheRhino Posted April 19, 2016 Author Newbies Posted April 19, 2016 Thank you, Wim 4 hours ago, Wim Decorte said: Your options are (excluding WebDirect) - a FileMaker Pro or FM Go client - a custom web app that uses the built-in PHP API - a custom web app that uses the native XML API - a custom web app that uses one of the "derived" open source APIs that people have created over the years for .NET, Ruby, Python,... or RESTful constructions like RESTfm (open source) or 360Works' Web Services Manager (paid) - any application that can use ODBC or JDBC (as long as you install the FM xDBC drivers)
Recommended Posts
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