This solution worked great. Thanks for the pointer. Thx Justin
-----Original Message----- From: Ron Grabowski [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 11, 2006 4:49 PM To: [email protected] Subject: Re: .Net 1.1 Null Dates Issue Try using this custom type handler that maps NULL columns to DateTime.MinValue and vice-versa: http://www.mail-archive.com/[email protected]/msg00636.html --- "James, Justin" <[EMAIL PROTECTED]> wrote: > This is my first experience with ibatis and I am stuck on a problem > with null dates coming from an Oracle database and binding them result > set to a Ilist. If I bind a single record, I do not have any problems > but when I bind to the Ilist collection it gives a specified cast > error. Any pointers on how to get around this issue would be greatly > appreciated. > > Thx > Justin > > >

