Kbase P92281: JDBC: Using the setString method against a Numeric column will cause an Access Violation in JdbcProg
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  2/4/2010 |
|
Status: Unverified
SYMPTOM(s):
Using the setString method in a JDBC application against a Numeric column will cause an Access Violation in JdbcProgress.dll
An unexpected exception has been detected in native code outside the VM. Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x1000C4A9 Function=Java_com_progress_sql_jdbc_JdbcProgress_ReleaseStoredChars+0x55F9 Library=JdbcProgress.dll
FACT(s) (Environment):
OpenEdge 10.0A
OpenEdge 10.0B
CAUSE:
Bug# OE00108652
FIX:
Use the setLong or setBigDecimal methods instead.