Jump to content

ODBC DB-OLE


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

Recommended Posts

the direction of the communication is the key. If you want FM to push/pull data from another source you need the drivers for that other source and set up DSNs (Data Source Names) using those drivers.

That part is totally outside of FM's control and you need to find info on the other SQL solution.

If you want the other solution to be in control then you need to work with FM's ODBC drivers.

Link to comment
Share on other sites

The direction has to do with where you do your coding. Which solution is "in control".

If it is the other solution your coding logic is in that other solution and you're pulling data out of FM and/or pushing other data into FM. In this scenario you need to make a connection to FM from the other source using FM's ODBC drivers.

If your coding logic is in FM then FM is in control and you need to make a data connection to the other source using the other source's ODBC drivers and push FM data into the other source and pull data from that source.

Link to comment
Share on other sites

This topic is 6336 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.