I have a program that collects the process, disk space, and memory use of the current machine or (host) . you enter the machine name , username and password and then it populates it into a datagrid my question is how could i write this data from the datagrid to a database? like out put it to the database exactly as its populated in the datagird.
i had an idea of using a timer and it would update the database every 60 seconds. but i didnt know how to get this set up so the datagrid is bound to the database?
Thank you for your time.
Mamta MPosted Jan 7, 2009, 4:29 AM
If you notice, there are lots of articles on this website that cater to this topic, of how to connect a datagrid to a database. Instead of repeating the same informtion that's already there, I would suggest that you search this site well and read the articles on that topic.
Hope that helps.
-Mamta