P
pnschofield
I've been scouring the Interwebs all day and can't find any
documentation on this. I have a DataTable with two DateTime columns
returned from an Oracle database. What I need to do is use a DataView
to filter the rows based on each of the DateTime columns matching two
DateTime values that I provide. There's plenty of documentation on
doing this with simple dates, but what if I need rows that match a
particular date AND time, for example 6/29/2006 14:41:00? People have
asked this question on newsgroups and people post example code that
doesn't work because they apparently haven't actually tested it.
If you've done this successfully, I would really appreciate some sample
code showing how it's done.
Thank you in advance!
Paul
documentation on this. I have a DataTable with two DateTime columns
returned from an Oracle database. What I need to do is use a DataView
to filter the rows based on each of the DateTime columns matching two
DateTime values that I provide. There's plenty of documentation on
doing this with simple dates, but what if I need rows that match a
particular date AND time, for example 6/29/2006 14:41:00? People have
asked this question on newsgroups and people post example code that
doesn't work because they apparently haven't actually tested it.
If you've done this successfully, I would really appreciate some sample
code showing how it's done.
Thank you in advance!
Paul