apple17 Posted May 22, 2009 Posted May 22, 2009 So I'm wondering if / why there are not many people doing this. If I have a FM database and I'm a decent .Net programmer, why not just set up an ODBC connection to the data base and start coding? Are there limitations that FM imposes?
Wim Decorte Posted May 29, 2009 Posted May 29, 2009 You'd have to set up the ODBC/JDBC drivers on the client and create a DSN (although it might be possible to do a DSN-less connection to FMS, haven't figured that one out yet). Using fmDotNet gets around that requirement since it requires no setup on the client side. fmDotNet uses the FMS XML interface so it also allows for scripts to run on FMS which is not possible with ODBC. But other than that both ODBC and fmDotNet are valid choices and it depends on both the developer skills and the project requirements which one is best.
Recommended Posts
This topic is 5726 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