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
ta mu
NA
201
81.6k
date n time picker
Aug 25 2013 3:17 AM
i am using this code
SqlDataAdapter da = new SqlDataAdapter("Select * from addcustomer Where date=>" + dateTimePicker1.Value + "AND date=<" + dateTimePicker2.Value + " ", my);
da.Fill(dt);
dataGridView1.DataSource = dt.DefaultView;
getting error
Incorrect syntax near '>'.
whats wrong
Reply
Answers (
2
)
Windows Form
datagridview