Hi
Was just wondering if anyone can help me solve a quick
problem?
I'm storing some data in a DataTable and I want to be able
to select
only records whose datetime is between certain values... but
I keep
hitting a problem...
versionsDataSet.Tables["versionInfo"].Select(&q
uot;changeDate > " +
Convert.ToDateTime("18/02/06"),
"changeDate"))
the actual DateTime I will be comparing against will be
dynamic, thats
just what I'm using for test purposes at the moment... but
it keeps
returning the same error:
Syntax error: Missing operand after '00' operator.
I assume this is to do with the time portion of the
string... I've
tried searching but can't find a way around this problem
without just
disregarding the time, which I don't want to do.
any suggestions?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "C# Developers" group.
To post to this group, send email to CSDevelopers googlegroups.com
To unsubscribe from this group, send email to
CSDevelopers-unsubscribe googlegroups.com
For more options, visit this group at http://gr
oups.google.com/group/CSDevelopers
-~----------~----~----~----~------~----~------~--~---
|