Click here to Skip to main content
15,899,314 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
Can anyone tell me how to get values to a Dictionary from the database.Its possible to add less data like this -
Dict.Add("Cat",1)
But how can i access a database and insert values to my dictionary.
Posted

1 solution

Hi, See this link:

Retrieve values from database using Dictionary[^]

It's only retrieving. But then, Somehow, You may get an Idea on how It Works.

Hope it Helps! :)
 
Share this answer
 
v2
Comments
id-athul 4-Oct-13 3:08am    
Thanks :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900