laudmusic Posted December 13, 2006 Posted December 13, 2006 I'm looking to have my FM solution communicate with a SQL based solution. I was told that I need drivers for ODBC DB-OLE. What is the DB-OLE? I looked for drivers and cannot see anything relating to that. Thoughts anyone? M
Wim Decorte Posted December 13, 2006 Posted December 13, 2006 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.
laudmusic Posted December 13, 2006 Author Posted December 13, 2006 What do you mean by this? It seems to contradict your first comment. If you want the other solution to be in control then you need to work with FM's ODBC drivers. Thanks, M
Wim Decorte Posted December 15, 2006 Posted December 15, 2006 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.
Recommended Posts
This topic is 6552 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 accountSign in
Already have an account? Sign in here.
Sign In Now