RE: Querying Based on Date.

2005-05-31 Thread Cruz, Edward J.
ailto:[EMAIL PROTECTED] Sent: Friday, May 27, 2005 5:29 PM To: ibatis-user-java@incubator.apache.org Subject: Re: Querying Based on Date. What is the driver and database (include version) are you using? What is the column type in the database? Brandon On 5/27/05, Cruz, Edward J. <[EMAIL PROTECTED

Re: Querying Based on Date.

2005-05-27 Thread Brandon Goodin
What is the driver and database (include version) are you using? What is the column type in the database? Brandon On 5/27/05, Cruz, Edward J. <[EMAIL PROTECTED]> wrote: > I am having trouble with a query based on a date property. Basically I need > to return data where a Transaction_Date in the

Querying Based on Date.

2005-05-27 Thread Cruz, Edward J.
I am having trouble with a query based on a date property. Basically I need to return data where a Transaction_Date in the database is equal to a date I pass in through an object to the Ibatis framework. The database holds Transaction_Date as a Date type and my parameter object also has a java.ut