Filemaker has very limited capacity with SQL and ODBC, in my opinion. However, we've used a solution called SQL-Plugin. A demo is available at:
http://www.profdata.nl/pdm
If your intent is to communicate to an SQL server from a single computer, then this is a great tool. They do have licensing fees for multiple computers, too. It uses "External-XXXXXX" script commands to communicate with an SQL server using JDBC drivers. The JBDC drivers are also available on the link mentioned above for each platform. JDBC drivers are the current up-and-coming replacement for ODBC, so you should have no problems connecting to other data sources as well, as long as those data sources utilize SQL.
Hope this may help a little.
Main Topics
Browse All Topics





by: ryancysPosted on 2002-02-24 at 19:15:04ID: 6823638
Maybe we can't directly connect the FileMaker to SQL Server bcos both the product creator (IBM and Microsoft) are 'Anti' each other in IT World.
You may Export the Data in FileMaker to a File Delimited Format File, then we can connect the created file to the SQL Server (ODBC)?
For your information, I have experience this when i export the Data in File Maker to a CSV/tab format file and use in M$ Access.
ryancys