RE: [U2] Java CallableStatement help

2006-01-04 Thread Kevin King
Just to clarify... You want to move information FROM Universe TO a Java app? What interfaces (communication interfaces, not Java interfaces) are provided in the Java app? -Kevin [EMAIL PROTECTED] http://www.PrecisOnline.com --- u2-users mailing list u2-users@listserver.u2ug.org To

RE: [U2] Java CallableStatement help

2006-01-04 Thread Baker Hughes
Wendy wrote: IBM provides an implementation of the JDBC specification, (a JDBC driver,) as well as a proprietary Java API known as UniObjects for Java. Yes, I was reading the docs on it, but no code samples there, so things still a bit fuzzy. If you mean the the JDBC CallableStatement, you would

RE: [U2] Java CallableStatement help

2006-01-04 Thread John Jenkins
One option is to put a C wrapper around the Java API and link it in via the GCI interface. However lots of companies provide a C API version as well so maybe you can link directly? Otherwise: 1. MQ series (MQ interface via AMI) - not available on ALL platforms, though a newer version will be

Re: [U2] Java CallableStatement help

2006-01-04 Thread Wendy Smoak
On 1/4/06, Baker Hughes [EMAIL PROTECTED] wrote: Yes, I was reading the docs on it, but no code samples there, so things still a bit fuzzy. Look in (the equivalent of) c:\ibm\unidk\uojsdk and c:\ibm\unidk\jdbc for samples. I'm trying to call the Live Processor (from Retail Decisions) Java