Re: What changed with MySqlDbType.Datetime?
Posted by: David Dimmer
Date: November 29, 2004 10:17AM

Hard coding my querystring works fine:

string Query = "SELECT count(distinct(flavorid)) as FlavorCount FROM Kopps.flavorcalendar WHERE (flavordate >= 2004-11-29 AND flavordate < 2004-12-29) OR (flavordate = '' OR flavordate IS NULL)";

I've even tested it in MySQL Query Browser.

Thanks,
David Dimmer

http://www.milwaukeewebdevelopers.com/ Milwaukee Web Developers
http://www.trueprocess.com/ True Process

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.