TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Fahad Abdul Azeez
NA
26
7.2k
DataView RowFilter not working
Sep 18 2017 5:44 PM
I am working on a simple database c# program. Using MS Access as end database. I have a form with datagridview, using Dataview as Datasource.
When I try to use DataView.Row filter, All operators (<, >, <=, >=) are working except = (equal) not working. My column datatype is DateTime. That part of the code is shown below.
Advance thanks, Please help.
string
Today = DateTime.Now.ToString();
string
FilterCmd =
string
.Format(
"ColumnName = #{0}#"
, Today);
Reply
Answers (
2
)
Differnce among the various DB?
Anyone can help me to find big data,hadoop from basics?