Using VB.Net, ADO.Net and Access 
Author Message
 Using VB.Net, ADO.Net and Access

I am in the process of writing a Windows Form application that is to be a
single user, MS Access 2002 based app.

I know that ADO.Net is designed for more of a disconnected scenario, but in
my case, the database will always be on the machine where the app is, and
again, its single user.

So, I'm not sure of what to do here:
a. Should I just use ADO? I would rather not due to the COM interop issues,
plus I don't want to have to go back and update the app next year when I
find out support for ADO is diminishing.
b. If I code in ADO.net using datasets, and allow it to work in a
disconnected fashion, would I have seen any performance differences in
allowing the default disconnected style vs using the ADO connected style?

If this were a SQL server app, I believe the questions would be easier to
answer!

Thanks.

STom



Sun, 21 Aug 2005 01:15:52 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. ADO.NET with ASP.NET using VB.NET

2. INSERT into access database using vb.net/ado.net..problem

3. what create table using ADO.NET to VB.NET

4. I can not INSERT into Access95 using ADO.net and VB.NET

5. Fatal Error, using VB .NET + ADO .NET

6. Accessing vb.net class from non.vb.net apps

7. Find good book about using CR.NET with VS.NET and .NET Framework

8. ADO.Net to fetch ActiveDirectory this function bugs in Asp.net but works in Vb.n

9. VB.Net, Classes and ADO.Net guidelines???

10. VB.Net => Ado.Net = Stored Procedure

11. Memory leak! (ADO.NET, VB.NET)

12. vb.net / ado.net design question

 

 
Powered by phpBB® Forum Software