MS Access DAO -> ADO.NET Migration
- From: moomoofatcow@xxxxxxxxxxx
- Date: 17 Nov 2006 12:41:10 -0800
I have an VB6 program that I wrote that access Microsoft Access
databases using DAO. DAO has methods and properties that are Access
specific (such as viewing and editing relationships or indexes on the
tables) I want to write a new version of the program in VB 2005, and I
want to use ADO.NET to access the data. Are there ways of changing the
indexes or relationships of the MS Access database using ADO.NET? Or do
I still need to use DAO to perform these operations?
As a side note, with a few tests that I've done already with some
queries, it seems like DAO is much faster than ADO.NET at running
queries and returning results. I am using the DataReader...does anyone
have any information about the differences etc? Thanks in advance...
.
- Follow-Ups:
- Re: MS Access DAO -> ADO.NET Migration
- From: Paul Clement
- Re: MS Access DAO -> ADO.NET Migration
- From: Garry
- Re: MS Access DAO -> ADO.NET Migration
- From: William \(Bill\) Vaughn
- Re: MS Access DAO -> ADO.NET Migration
- Prev by Date: Re: More advanced examples for the impatient "newby"
- Next by Date: please help! Error in update Access database
- Previous by thread: RE: BindingSource1.AddNew()
- Next by thread: Re: MS Access DAO -> ADO.NET Migration
- Index(es):
Relevant Pages
|