Good News Everybody!
The new search engine is LIVE!
Please report any problems to david (at) midrange.com.
|
I am trying to execute a stored procedure on a remote system. The request goes through and no error is reported but I have no result set. Where on the AS/400 are the java logs stored or where can I look to see where they are.
Here is the code:
String = 'SP_get_Membership ' + %trim(manager) + x'00';
stmt = JDBC_PrepCall(conn: String);
IsResultSet = jdbc_execCall(stmt);
if not IsResultSet;
return *on;
endif;
return *off;
The connection is good and the stmt has a value but the IsResultSet is zero, which I take to be null and no result set to be retrieve.
I got it to the point there the is no error reported but I get no result set.
Anybody have any ideas where to go now that it seems to work but doesn't?
Thanks,
Marvin
This mailing list archive is Copyright 1997-2026 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.