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
wasim_frhat
NA
8
0
Parameterized query
Feb 8 2005 11:45 AM
Hi, I prepared DataAdapter with SQL query with two parameters. The Query is: "Select * from tblX where (XDate between ? And ?); I built a date grid to bind it with the dataset of the dataAdapter. The two parameters come from two dateTimePickers controles. My problem is how to set to the adapter command the two perameters. I want something like: Select * from tblX where (XDate between dateTimePicker1.Value And dateTimePicker2.Value ); Please help. Regards...
Reply
Answers (
4
)
How do I highlight a row in ListView?
WindowsForm with more Colour