When I add a LONG field to a dataobject I get an SQLException when I display the page. general error: HRMS_FSA.doClaimsDetail.32 (java.sql.SQLException caught) vendor error1: HRMS_FSA.doClaimsDetail.0 (null Protocol violation) I got the SQL* and ran it in oracle and it worked fine. After I get this error I must restart the JDBC service or nothing will work even if I take out the field and recompile. This happens even if I do not bind the field to a displayfield. Has anyone run itno this? Is there some workaround or am I doing something wrong? * This is how I got the SQL in the onBeforeExecuteEvent of the dataobject CSpDBSQLRequest dbreq = (CSpDBSQLRequest) event.getDBRequest(); String sqltext = dbreq.getSQLProgram(); CSpLog.send(this, CSpLog.CRITICAL, sqltext); _________________________________________________________________________ For help in using, subscribing, and unsubscribing to the discussion forums, please go to: http://www.netdynamics.com/support/visitdevfor.html For dire need help, email: [EMAIL PROTECTED]
