Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

where to download jdbc driver

Featured Replies

Hi. does anyone know where i can download a jdbc driver for filemaker.

I have search on filemaker.com but can't find anything

  • Author

Hi.

Now it looks like i have the correct driver, but i get this error when i try to access the database. " [973] Invalid Database "

Below some of my code is posted, so please help if someone have any idea.

Class.forName("com.fmi.jdbc.JdbcDriver");

Connection con = DriverManager.getConnection("jdbc:fmpro://localhost:2399;serverDataSource=model");

Statement stmt = con.createStatement();

  • 2 weeks later...

I believe your url statement should be...

"jdbc:sequelink://localhost:2399;serverDataSource=model"

It seems that joki1975 is using FileMaker 6.

If so, the line getting connection should be like this.

Connection con = DriverManager.getConnection("jdbc:fmpro:http://localhost", "", "YOUR_PASSWORD");

JDBC for FM6 (or 5.x) is totaly different from JDBC for FM7.

Be sure to use jdbc driver for FM6 (name of the file is 'fmpjdbc12.jar').

It's in the product CD (FileMaker Developer version only).

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.