hi,
i need to use a plqsl cursor in my application because we use an external api 
who return a cursor. But i don't know how configure out parameter in my 
eomodeler who match with cursor? For the moment i use varchar and string but i 
have a not good structure like this:
        | name  | surname       |
        | name1 | surname1    |                         => name="name1; name2"  
  surname="surname1; surname2"  
        | name2  | surname2     |

and i split my string with ";" char.

So i want to know if with a plsql cursor i can have an NSDictionnary< 
NSDictionnary<Object,Object> directly. 
=> {{name=name1, surname=surname1}{name=name2,surname=surname2}}


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to