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 > > >

