How do I access a Filemaker Pro (5.0) database through a Java Servlet?
What would I use here:
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"
Connection conn = DriverManager.getConnection("", "", ""
Does anyone know the information needed to use the getConnection(...) function to connect to the database? I've checked my manual and searched around the net, but I can't find this information anywhere.
Thanks,
B.P.
What would I use here:
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"
Connection conn = DriverManager.getConnection("", "", ""
Does anyone know the information needed to use the getConnection(...) function to connect to the database? I've checked my manual and searched around the net, but I can't find this information anywhere.
Thanks,
B.P.