Jump to content

JDBC driver and URL


This topic is 6660 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies

I want to connect to my FileMaker 8 Server advanced, and have enabled JDBC serving on the server.

In my Java program, I need to specify driver and url.

I found in the FileMaker JDBC documentation, that the URL should be: jdbc:sequelink://192.0.1.202:2399

(192.0.1.202 is the IP address to my server)

I tried this driver string: com.ddtek.jdbc.sequelink.SequeLinkDriver

but I got this when trying to connect:

java.lang.ClassNotFoundException: com.ddtek.jdbc.sequelink.SequeLinkDriver

Have anyone done this?

Link to comment
Share on other sites

This topic is 6660 days old. Please don't post here. Open a new topic instead.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

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