[U2] Java CallableStatement help

2006-01-04 Thread Baker Hughes
Happy new projects in the New Year (may we each have all we can handle, and may they all pay). I'm still trying to wrap my mind around the UniVerse implementation of Java. I need to trigger a call, from UV, to a Java API, sending Credit Card data to our processor. From what I can read, the

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
a direct web interface as well at *their* server). Hope it helps... JayJay -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Baker Hughes Sent: 04 January 2006 16:02 To: u2-users@listserver.u2ug.org Subject: [U2] Java CallableStatement help Happy new

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