How to get table from stored procedure
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