I had developed a VB app long ago using VB3 and updated it to VB5. I'm now trying to upgrade it to VB 2010 Express. I had used DAO and the Data control object. From a little reading I'm confused and have a few questions.
1. Is the ADO data control replaced by the BindingSource/Navigator objects. On MSDN ADO Data Control shows under VB6 while Binding.. objects are under 2008/2010.
2. I see there are OleDb... classes. Should I use these or the ADODB.Recordset etc. objects?
3. Any good books/articles to read for this? I'm looking for documentation on how to create the connection, run SQL queries etc.
Thanks in advance.


Reply With Quote


