Besides ADO .NET

  • Thread starter Thread starter Alan
  • Start date Start date
A

Alan

I am new to VB .NET and always hear database access using ADO .NET, is there
any things besides ADO .NET can access database ?
 
Hi Alan,

Not as far as I know, except for using old ADO and interop services (which
replicate conditions as they were in, say, VB6).

HTH,

Bernie Yaeger
 
As I am very new to VB .NET and also heard of and found the books talking
about ADO.NET for accessing database. It seems it is the best or most
popular way to do database progamming ?
 
* "Alan said:
As I am very new to VB .NET and also heard of and found the books talking
about ADO.NET for accessing database. It seems it is the best or most
popular way to do database progamming ?

Using ADO.NET is the recommended way to access a database in a .NET
application.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top