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
sunspotzzz
NA
31
0
SELECT statement using Dynamic Data
Feb 12 2004 9:40 AM
hi, I am using visual studio.net and sql server 2000, I use a dataset to store some dynamic data and I need to use these dynamic data to select the rows from a table in sql server 2000. how to create a DYNAMIC SELECT statement to access the sql server 2000? eg. SELECT * FROM Lineitem WHERE LineNumber = "Dynamic Data" This "Dynamic Data" is queried from some function in my c# program and the values are stored in a data set and it is a condition in the SELECT statement. thanks
Reply
Answers (
3
)
visual c#.net & sql server 2000
Is this possible? Update a dataset with info in another dataset