Re: Inserting null into SQLServer DATETIME field

2005-10-19 Thread Larry Meadors
Those should be one of the constants from the java.sql.Types class. Larry On 10/19/05, Matthew Hegarty <[EMAIL PROTECTED]> wrote: > > Thanks - that seems to have sorted it. > For some reason I thought you specified the DB field type in the mapping, > not the java type. >

RE: Inserting null into SQLServer DATETIME field

2005-10-19 Thread Matthew Hegarty
@ibatis.apache.orgSubject: RE: Inserting null into SQLServer DATETIME field Hi,   java.sql.Types.DATETIME does not exist in Java 1.4, we use TIMESTAMP, see the API of your Java-version…   Niels   From: Matthew Hegarty [mailto:[EMAIL PROTECTED] Sent: woensdag 19

RE: Inserting null into SQLServer DATETIME field

2005-10-19 Thread Niels Beekman
Title: Inserting null into SQLServer DATETIME field Hi,   java.sql.Types.DATETIME does not exist in Java 1.4, we use TIMESTAMP, see the API of your Java-version…   Niels   From: Matthew Hegarty [mailto:[EMAIL PROTECTED] Sent: woensdag 19 oktober 2005 11:01 To: user-java@ibati