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
bborutt
NA
1
0
How to get table from stored procedure
May 17 2005 5:04 AM
Hello This is my first post. So i want to apologize if everything won't be as it should. My problem: I have a table named Users with fields: UserID, name, surname and dateTime In my code I use sqlParameterCollection to pass/get parameters to stored procedure or out of them. Now in my stored procedure i want to filter this table, based on dateTime and i want that my stored procedure returns table to use in the code like dataSet. I hope you understand me, and that you could help me with this. thanks Borut
Reply
Answers (
1
)
Changing a Database Schema Programmatically
Copy a table from Access to SQL Server