Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

Hi guys,

I'm working on this database and i need to get data from my vb.net code to the fmp database... i was wondering if there is a way to program my program to automatically import the xml data to the FMP database...

thanks in advance,

Euka

Posted

If the XML route doesn't work for you, you can connect to FMPro (basic version) using ADO.NET or plain ADO if you install the ODBC drivers that come with your FileMaker CD.

Also, I posted a simple Ruby script that pulls from FileMaker into SQL Server 2005 using 2 ODBC connections and ADO. The reverse could probably easily be accomplished--pretty sure FileMaker's ODBC supports INSERT statements. [My script uses the basic COM/Win32OLE flavor ADO.]

Let me know if you want me to post my Ruby source code since Ruby source code should be somewhat understandable to a Visual Basic user (I always take Visual Basic COM/Win32OLE documentation to help make my Ruby scripts).

Posted

ok since nobody has posted in a while...

how about this...

what if i created a script (that ran automatically after hitting the save button) in vb.net that ran from all of my parameters...

how would that look?

thanks in advance,

Euka

This topic is 5976 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

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