Jump to content
Server Maintenance This Week. ×

Call stored procedure using ExecuteSQL?


This topic is 4204 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies

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.

Link to comment
Share on other sites

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.

  • Like 2
Link to comment
Share on other sites

This topic is 4204 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.