I currently write software using Microsoft ActiveX Data Objects (ADO) 2.8 in VB6. The software interacts with database tables, views, and stored procedures on our SQL Server 2000 database. Most of what I do involves commands, sometimes returning recordsets, but usually just parameters. I create the objects as needed in code and do no deal with ADO controls on forms at all.
I'm about to begin working with VB.Net 2003 (and hopefully soon 2005) and would like to find references and hints as to what are the most efficient and easiest methods to do this. Please answer with the fact I'm not too familiar with VB.Net in mind.
Thanks.
2007-03-02
06:31:46
·
3 answers
·
asked by
Anonymous
in
Computers & Internet
➔ Programming & Design
I really appreciate all the answers so far. I've been reading through the information and have already ordered a book. When working with VB.Net using ADO.Net, do I need to add any particular references or simply type the three imports lines at the top of the solution? I noticed the ADO.Net objects in the toolbox, but hesitate using these in VB6. Should I try to avoid them in .Net as well? Thanks again.
2007-03-03
08:43:00 ·
update #1