Newbies m0nkey Posted October 29, 2012 Newbies Posted October 29, 2012 Hi, I have recently started using the ExecuteSQL functionality in Filemaker Pro. I can successfully run SQL in FM via an ODBC connection to an Oracle database. Please can anyone tell me how I can execute a stored procedure held in the Oracle database? Thanks in advance Rich.
Reed Posted October 29, 2012 Posted October 29, 2012 Hi Rich, I was able to successfully execute a sProc on MS SQL Server 2008 using the following calculation: "{CALL Ironwood_RequestDocuments_Delete('"&RequestDocuments_Selected::RequestDocumentUid&"')}" Ironwood_RequestDocuments_Delete is the name of the sProc RequestDocuments_Selected::RequestDocumentUid is the filemaker field name with the Uid of the document to delete. Note that the extra single quotes are needed to quote the sProc parameter in the calculation result. Not sure how Oracle might be different. 2
Newbies m0nkey Posted October 29, 2012 Author Newbies Posted October 29, 2012 Hey Reed, You are an absolute star, that works perfectly. Thank you ever so much, you have saved me hours and hours of frustration Thank you, thank you, thank you!
Recommended Posts
This topic is 4754 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