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
Carlos Sanchez
NA
264
0
DataTable.Select() Method
Aug 20 2004 1:52 PM
Hi all! I have a problem, the code below throws an exception: Code: DataRow[] Rows = dsDataSet.Tables["MyTable"].Select("NumericColumn = " + NumVar + " AND DateColumn = " + DateVar.ToString("dd/MM/yyy")); Exception: Cannot perform '=' operation on System.DateTime and System.Double String value of the Select statement: "NumericColumn = 1 AND DateColumn = 08/20/2004" somebody knows why? Thanx in advanced Regards
Reply
Answers (
2
)
sharing a dataset
.NET program -> activex control in IE