Hi Robert,
Thanks for the info.
Conincidently I had to use .Find today and I added a filter parameter of a datetime column. I set the value to be DateTime.Now.ToString("yyyy-MM-dd HH:mm") and the filter type as GreaterThanOrEquals but I find that the filter doesn't seem to be applied.
I tried the logic direct in SQL and it returns what I expected.
I also tried creating a "where" clause as "myfield >= '2006-11-10 21:00'" but this just gave me an exception saying that it wasn't supported in this version of Find??
Any ideas on how I can get a Find to work with my DateTime column?
TIA
swin
-------------------------------------------------
Member of the .NetTiers team
-------------------------------------------------