Difference between revisions of "JDBC"
Jump to navigation
Jump to search
(One intermediate revision by one other user not shown) | |||
Line 6: | Line 6: | ||
*For JConnect: http://www.sybase.com/products/allproductsa-z/softwaredeveloperkit/jconnect | *For JConnect: http://www.sybase.com/products/allproductsa-z/softwaredeveloperkit/jconnect | ||
− | *For PostgreSQL: http://jdbc.postgresql.org | + | *For PostgreSQL: http://jdbc.postgresql.org |
*MySQL: http://dev.mysql.com/downloads/connector/j/3.1.html / | *MySQL: http://dev.mysql.com/downloads/connector/j/3.1.html / | ||
*MS SQL Server: http://msdn.microsoft.com/en-us/library/ms378672.aspx | *MS SQL Server: http://msdn.microsoft.com/en-us/library/ms378672.aspx | ||
Line 15: | Line 15: | ||
http://developers.sun.com/product/jdbc/drivers | http://developers.sun.com/product/jdbc/drivers | ||
+ | |||
+ | Please keep in mind that these pages may change at any time. 360Works is not responsible for these external link's content. |
Latest revision as of 13:56, 5 January 2015
The 360Works JDBC plugin for FileMaker Pro allows execution of arbitrary SQL statements on one or more JDBC databases, iterating result sets, and importing from any database which supports the JDBC protocol.
Drivers
You will need a JDBC driver to connect to the data source. If you already have a driver, point the plug-in to it using either a URL or uploading it to a container field. If you do not have a driver, the website of the database company will have the .jar file you need. Download a driver using these URLs:
- For JConnect: http://www.sybase.com/products/allproductsa-z/softwaredeveloperkit/jconnect
- For PostgreSQL: http://jdbc.postgresql.org
- MySQL: http://dev.mysql.com/downloads/connector/j/3.1.html /
- MS SQL Server: http://msdn.microsoft.com/en-us/library/ms378672.aspx
- Oracle: http://www.oracle.com/technetwork/database/features/jdbc/index-091264.html
- FileMaker Server: http://java.net/projects/woof/
For a good list of drivers of many technologies:
http://developers.sun.com/product/jdbc/drivers
Please keep in mind that these pages may change at any time. 360Works is not responsible for these external link's content.