TechRangerBrad Posted September 13, 2006 Posted September 13, 2006 Not sure if this is the correct forum. I am still getting my feet wet around here. Is there way using SQL to push data changes back up to another DB app from FM? So in other words, with ODBC I get info from another DB into FM and then make changes, can I push it back up to the other DB using SQL commands? Thanks
tgilders Posted September 13, 2006 Posted September 13, 2006 Absolutely. You can use the "Execute SQL" script step to create the SQL Statement. You have the full calc engine available to dynamically generate the SQL Statement on the fly. (or in a loop, etc...)
Recommended Posts
This topic is 6645 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