|
Sudha Ramanujan SunGard Futures Systems sramanujan@xxxxxxxxxxxxxxxxxx (312) 577 6179 (312) 577 6101 - Fax Hi all, I am working on AS/400 sqlrpgle UDTF. I have a function that returns a table in my as/400 and trying to access it from Java. I have the fields defined as varchar and varying on sqlrpgle which works fine when I try to access them from sql as Select * from table(fn('PARM1','PARM2','PARM3))x. but from java it is giving me errors. (I have same setup and same program, as a test, as stored procedure and it works fine.) Any help is appreciated. Thanks, Sudha Java - SQLCall = "{select * from table(" + Libname+'.'+funcname + "(?,?,?))}"; CallableStatement stmt = con.prepareCall(SQLcall); I know I get my error here since I have println all over the place. java.sql.SQLException: A character, token, or clause is not valid or is missing.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.