Posted: Fri May 28, 2010 5:10 am Post subject: Trouble calling an oracle function from WMB V6.1
Apprentice
Joined: 04 May 2010 Posts: 29
I am calling an oracle funtion that returns a table with multiple rows of data. I have coded this just like calling a stored procedure. I get this error. I have ODBC 5.3 driver. Any ideas??????
[DataDirect][ODBC Oracle driver]Optional feature not implemented.
CALL dbFunc (planId,startDate,endDate) IN Database.{ProcessHandler_GetFundProposalStatus_SALESLOGIX_DSN}.{ProcessHandler_GetFundProposalStatus_SALESLOGIX_Schema} INTO envRef.ReturnValues;
CREATE PROCEDURE dbFunc(IN P1 CHARACTER, IN P2 CHARACTER, IN P3 CHARACTER)
RETURNS CHARACTER
LANGUAGE DATABASE EXTERNAL NAME ".GET_FUND_PROPOSAL_REQUESTS";
As you've not seen fit to mention which version of WMB you're using this may not be relevant. _________________ Honesty is the best policy.
Insanity is the best defence.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum