HighTechTalks DotNet Forums  

Problems with DataView

Dotnet Data Tools microsoft.public.dotnet.datatools


Discuss Problems with DataView in the Dotnet Data Tools forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Daniel
 
Posts: n/a

Default Problems with DataView - 02-09-2006 , 03:15 PM






Hi,

I'm trying to get some data from a DataView, based on a date, with a
RowFilter, like this:

dvInfo.RowFilter = "MyDate >= '" & Format(userDate, "dd/MM/yyyy") & " 12:01
a.m.' AND Fecha <= '" & Format(userDate, "dd/MM/yyyy") & " 11:59 p.m.'"

dvInfo.RowStateFilter = DataViewRowState.CurrentRows

It doesn't work.

Any help?

Thanks,

Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.