G
Guest
I am writing a program where i want to perform a calculation, and save this result to a field in a database. How do I open the row for editing, change the value, and close the row. I am new to .NEt. I would do this in VB6 using a recordset.edit, recordset.update. Please help.