Re: Calling a named fetch specification that uses a stored procedure

2008-07-31 Thread Mr. Frank Cobia
Does anyone have experience using a stored procedure to create a fetch specification in Entity Modeler? Frank On Jul 29, 2008, at 1:39 PM, Mr. Frank Cobia wrote: I have a stored procedure that takes 2 arguments. I have also created a named procedure on an entity that uses that stored proc

Calling a named fetch specification that uses a stored procedure

2008-07-29 Thread Mr. Frank Cobia
I have a stored procedure that takes 2 arguments. I have also created a named procedure on an entity that uses that stored procedure to fetch the data. When I call the stored procedure using rawRowsForStoredProcedureNamed(ec, "myStoredProcedure", dict) it works, but when I use EOFetchSpec