Hi..
What is the equivalent VB6 code in VB.Net.
----VB6---
dim lan as new adodb.recordset
lan.addnew
lan!name ="test"
lan.update

----VB.NET---
??????
??????