Thursday, August 20, 2009

how to add and delete record in Visual Basic 6.0

guys, here are the simple code in vb6 on how to add,delete a record
1. for Add --> adodc1.recordset.addnew
2. for Delete --> adodc1.recordset.delete
note: be sure that you add adodc component.

No comments: