I used VB6. Now I have shifted to vb10.For data manipulation
adodc1.recordset.moveforst etc and adodc1.recordset.fields("xx"), or adodc1.recordset.eof
etc were used. Could anybody give me the equivalent navigation process in VB10?

Recommended Answers

All 2 Replies

Hi,
You now have several choices on how to get data from the database:
You can use a DataAdapter to fill a DataSet Which is an in memory collection of Datatables, (think of it as an in memory database snap shot,) See DataSets, DataTables, DataViews Or if you want to just carry out a read ofsome data results a la recordset then you can use a DataReader

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.