Calling a named fetch specification that uses a stored procedure
Calling a named fetch specification that uses a stored procedure
- Subject: Calling a named fetch specification that uses a stored procedure
- From: "Mr. Frank Cobia" <email@hidden>
- Date: Tue, 29 Jul 2008 13:39:47 -0400
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
EOFetchSpecification.fetchSpecificationNamed("myFetchSpec",
MyEntity.ENTITY_NAME).fetchSpecificationWithQualifierBindings(dict) it
calls the stored procedure with 2 null arguments. I am using the same
dictionary for both calls, so it is not a mispelling or anything. Is
there a trick to making this work?
If it matters I am using 5.4.2 and latest wonder that is compatible
with Eclicps 3.3.
Thanks,
Frank Cobia
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden