Re: MS Access DAO -> ADO.NET Migration
- From: "Garry" <garrygrolman@xxxxxxxxx>
- Date: Sat, 18 Nov 2006 07:51:49 +0200
I had your problem basically and am working at the moment to transfer
existing Access 97 databases, (with data), to SQL Server Everywhere, the
new/old database referred to by William (Bill) Vaughn. He suggested to me
that I use this new database for .NET 2005 development where the DataBase
requirements are similar to what I had in a VB6/Access97 desktop
application.
I am working on an app to migrate the Access 97 database to the SSEv
database and it is going relatively smoothly. Although, there are some
problems as I have defined in a post a little above yours.
I do not expect to edit relationships within the predefined database OR
re-define existing tables BUT, I have seen reference to code which can do
this.
If you try to find code samples - do yourself a favor, use Google as William
(Bill) Vaughn valiantly suggests. Microsoft help is, in many cases,
gibberish, which will not solve your query and will just make you angry and
frustrated. I wonder when Microsoft will catch on a construct a serious
library of code samples instead of the meager offerings available.
If any of the Google search results take you to forums which require that
you 'join', be careful. Some of these forums even want you to pay to join
without you knowing if a solution is actually available there.
Be careful about using Sponsored Links as these must have some financial
incentives involved otherwise they would not be there. It costs money to put
a Sponsored Link on a Google Search result page. Every click means that
money is earned by Google.
If you want to go down this route, use 'Reply to Sender' as well as 'Reply
to group' and I will send you my code which is a near completed application
in VB.NET. I do not want to post my email address here.
I need an exchange of info and opinions from another programmer who is
having similar, if not identical problems.
Garry
<moomoofatcow@xxxxxxxxxxx> wrote in message
news:1163796070.268114.323610@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
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: William \(Bill\) Vaughn
- Re: MS Access DAO -> ADO.NET Migration
- References:
- MS Access DAO -> ADO.NET Migration
- From: moomoofatcow
- MS Access DAO -> ADO.NET Migration
- Prev by Date: Migrating from MS ACCESS 97 to SSEv
- Next by Date: Re: please help! Error in update Access database
- Previous by thread: Re: MS Access DAO -> ADO.NET Migration
- Next by thread: Re: MS Access DAO -> ADO.NET Migration
- Index(es):
Relevant Pages
|