Jump to content

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

Recommended Posts

Posted

The instructions in Flash for connecting to an external database state:

Set up your data source; for example, in the ColdFusion environment, set up a ColdFusion DataSource component to connect to your data source.

How would this be acomplished for FM Pro 7?

  • 1 year later...
Posted

Have you installed the JDBC/ ODBC drivers for FMPro on your comp.. i think it is shipped along with your FM installation disk but you have to install it separately.. then create a user DSN adding the FM drivers for it. Then follow the steps given by Flash help.. I think that should work....

Good Luck.

Posted (edited)

Hi, guys! When i open my "Administrativ tools" on PC Windows, i see only ODBC source. What i must do to have JDBC/ODBC? I want to connect to FM from Java.

Edited by Guest
Posted

Hi, MetaSys Software Pvt. Ltd. ! Thank you for you reply. I am glad that i can do it have only ODBC, but if you know, please tell me step by step what i must to do for read or write information from Java to (let say) Invoices FM file.

Thanks!

Posted

Hi aaa...

as you are a java programmer i guess u should be knowing the steps involved in jav.. but still i will try what i can.. just ignore if something is irrelevant.. as even i havent tried connecting to Fm via JAva.. all i know is as follows..

Step 1: Loading Drivers:

Class.ForName("DriverName");--- i guess Filemaker Pro is the driver name here.. or it should be dataDirect 32-bit SequeLink 5.4

Step 2: Making Connection:

Connection.con = DriverManager.getConnection("jdbc:odbc:);

Step 3: Prepare Statement

Statement stmt = con.CreateStatement();

Step 4: Prepare Resultset.

Resultset rs = smt.executeQuery("Query");

I hope this is helpful to you.. that is the only thing i am able to figure out.. tell me how it goes.

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

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

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