Modifying the database entries using vb
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