Been trying out the dbLinq 0.18 for using with a mySQL database and we
are having some problems when collecting data using .NET DateTime

s.Time == fromDate.Date

should return more then a couple of thousand of hits, but we get 0
returns
we made some research into it and it seems that .NET DateTime sends
date as "YYYY-MM-DD 00:00:00"
and it's the time at the end that's causing the problem

We wrote some querys into the DB and with the 00:00:00 at the end, we
have no returns
Any ideas how we might work around this?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"DbLinq" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/dblinq?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to