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.