Hi Aaron,
> Okay, so it doesn't actually happen when we try to write a value
> to the DB, but when we try to write a NULL to the DB. Can you put in a
> println or something (JDBCCommand.java:275) and just output the column
> name and JDBC type that it's setting for the PreparedStatement so we're
> sure of exactly what is causing the error?
I have turned debug on in JDBCCommand:
[JAWS] Create command executing: INSERT INTO Mandant
(FirmenLogo,Bezeichnung,Num
mer,BankVerbindungen) VALUES (?,?,?,?)
[JAWS] Set parameter: idx=1, jdbcType=JAVA_OBJECT, value=NULL
[Mandant] jdbcType: <2000> value: <null> idx: <1>
CU
---
Ingo Bruell
OBL GmbH ([EMAIL PROTECTED])
Hude (Oldenburg)
Germany
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]