You can use the Easysoft ODBC-ODBC Bridge to access ODBC databases such as Microsoft SQL Server, Microsoft Access and Microsoft Excel from FileMaker Pro. For example, import data from SQL Server to FileMaker Pro on Mac OS X. Do this by using the ODBC-ODBC Bridge to access the Microsoft SQL Server ODBC driver on Windows.
Download the ODBC-ODBC Bridge Client for the platform on which FileMaker Pro is installed and install the ODBC-ODBC Bridge Client. Then download the ODBC-ODBC Bridge Server for the platform on which the ODBC driver for your database is installed and install the ODBC-ODBC Bridge Server. Set up and test an ODBC-ODBC Bridge Client data source that points to a System data source for the target ODBC driver.
The following example illustrates this process for FileMaker Pro on Mac OS X and SQL Server.
For installation instructions, see the ODBC-ODBC Bridge documentation.
The following table shows some sample values for an example data source named ODBC-ODBC Bridgesqlserver. The example data source points to an ODBC-ODBC Bridge Server on a host named mywindowsserver where there is a SQL Server System data source called sqlserversystemdsn. The LogonUser and LogonAuth values are a valid Windows username and password that can be used to log on to mywindowsserver. The TargetUser and TargetAuth values are a valid SQL Server database login.
Setting | Value |
---|---|
Name (DSN tab) | ODBC-ODBC Bridgesqlserver |
Servers (Servers tab) | mywindowsserver:8888 |
Username (Servers tab) | mywindowsusername |
Password (Servers tab) | mywindowspassword |
TargetDSN (TargetDSN tab) | sqlserversystemdsn |
TargetUser (TargetDSN tab) | sqlserverusername |
TargetAuth (TargetDSN tab) | sqlserverpassword |
For more information about ODBC-ODBC Bridge Client data source configuration, see the ODBC-ODBC Bridge documentation.
iodbctest "DSN=ODBC-ODBC Bridgesqlserver" SELECT 1 AS test_column
After you have created and tested the ODBC-ODBC Bridge Client data source, use it from FileMaker Pro to query the remote database, import data or create a new FileMaker Pro database file. The FileMaker Pro documentation contains information about how to do this.
As an example of using an ODBC-ODBC Bridge Client data source in FileMaker Pro, the following steps show how to create a new FileMaker file on Mac OS X by using data imported from a SQL Server database.