Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Accessing FMP 5.0 through a Java Servlet

Status
Not open for further replies.

Digity

Programmer
Feb 15, 2003
1
US
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top