January 28, 200619 yr 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?
January 28, 200619 yr Author Newbies OK, I was able to register my driver at last. I am not sure why I had problems at first.
Create an account or sign in to comment