My table in SQL Server has 3 fields
serial no. (int)
days (varchar)
status (bit)
With the help of a dictionary how can I retrieve days and status as a key-value pair from SQL Server using a SqlDataReader?
|
My table in SQL Server has 3 fields
With the help of a dictionary how can I retrieve days and status as a key-value pair from SQL Server using a |
|||||||||||
|
|
This seems very much like homework, so here's some pseudocode to help you towards the answer:
I've put a large number of links to pages on msdn.microsoft.com into the steps I've detailed. By reading through those, and looking at the code samples that are present on each page, you should be able to put together some working code =) |
|||||||
|
|
|||
|
|