MySQL, EO, Sproc How-To
MySQL, EO, Sproc How-To
- Subject: MySQL, EO, Sproc How-To
- From: email@hidden
- Date: Thu, 06 Sep 2007 14:02:05 -0400
I solved this once in the past and finally figured it out again. So I don't loose the notes and so others can get to the answer, here is what I did:
Build the stored procedure in MySQL 5 or higher and test it
Make sure that you have the current MySQL jar in your classpath
"Discover" the Sproc with EOModeler
Click on the sproc in EO and at the bottom of the window click 'Add Column'
Column names are numbers -- change them to the real column name
Try it and then make note of the order of parameters that EO is sending. Adjust the sproc to expect the parameters in that same order.
Should work now.
Hope this helps others.
_______________________________________________
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