request.getParameter("gu_invoice")!=null & request.getParameter("pg_payment")!=null) {
if (request.getParameter("gu_invoice").length()>0 &&
request.getParameter("pg_payment").length()>0) {
try {
oCon = oBnd.getConnection("HttpDataObjsServlet.InvoicePayment", true);
oDbp.load(oCon, new Object[]{request.getParameter("gu_invoice"), new Integer(request.getParameter("pg_payment"))});
oCon.close("HttpDataObjsServlet.InvoicePayment");
oCon=null;
} catch (Exception xcpt) {
if (DebugFile.trace) {
DebugFile.writeln(xcpt.getClass().getName()+" "+xcpt.getMessage());