NewFM85User Posted February 26, 2007 Posted February 26, 2007 I am very new to FM, I am using FM 8.5 advanced I need to integrate SQL Server and FM. I did some research and found out that It is possible to execute SQL stored procedures from FM . My question is how to handle outpouts from stored procedures, if my stored procedure is returning values or recordset , how do I populate in FM ? It would really help and avoid duplicate coding if I call the same stored procedure from SQL server. Thanks
hlabonte Posted February 27, 2007 Posted February 27, 2007 You do it with an import step. Import records, from ODBC source and call your SQL there.
NewFM85User Posted March 1, 2007 Author Posted March 1, 2007 Thanks... I also tried it with Import Records script and in the query give the Stored proc name enclosed in double quotes, when u go to bind the variables, it will show any values returned from Srored proc. Thanks again.
Recommended Posts
This topic is 6479 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