Modifying the database entries using vb
I have created a standard connection(oracle) and i have created a new recordset during the on load of the main form. The project is named as student information system and deals with the addition, modification,deletion of the data.
Here is the relevant code:
Dim con as new adodb.connection Dim rs as new adodb.recordset ------------------------------ private sub add() rs.addnew call add rs.update msgbox"record added" call clear end sub -----------------------------
can any help me by providing me the code to modify the data's
before modifying the data i need the information to be displayed in the screen and then it has to be updated. please help me