Could anyone explain to me how to open an Access database and work with it, using ADO.Net on VB.Net, just like we do today with the objects Connection and Recordset using ADO on VB6?
Thanks.
Graymalkin
Printable View
Could anyone explain to me how to open an Access database and work with it, using ADO.Net on VB.Net, just like we do today with the objects Connection and Recordset using ADO on VB6?
Thanks.
Graymalkin
This is a big area of change in .NET - basically there will be classic ADO which is what we've got at the moment and ADO.NET. The .NET version does away with Recordsets and is XML based. Don't worry though, you'll still be able to use the old methods until you get your head around the new ways. I suggest you find a book or course on the subject nearer the time because ADO.NET will be a whole subject in itself.