Newbies Ivan C Myrvold Posted January 28, 2006 Newbies Posted January 28, 2006 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?
Newbies Ivan C Myrvold Posted January 28, 2006 Author Newbies Posted January 28, 2006 OK, I was able to register my driver at last. I am not sure why I had problems at first.
Recommended Posts
This topic is 6875 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 accountSign in
Already have an account? Sign in here.
Sign In Now