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
Joe T
NA
1
8.4k
Stored Procedure on a C# datatable NOT a sql table
Oct 12 2010 2:48 PM
Hi,
I have a datatable:
DataTable
dt =
new
DataTable
();
dt = report.BodyTable;
Now I want to run a stored procedure on dt (i.e. the in-memory dt object NOT a Sql Server table) and return the results to another datatable. I am using SQL SERVER 2005.
Is this possible?
Reply
Answers (
1
)
showing database records in gridview using linq in c#
SQL Query to LINQ HELP