How to open MS Access database in VB 2005

  • Thread starter Thread starter YosiLeib
  • Start date Start date
Y

YosiLeib

hi everybody
don't know if it's the right place to ask this qustion but I'm new with VB
2005 and need to open Access database in my project (the database was
created with VB6).
how do I do this task

thanks
 
Yosi,

This is so basic, that you can find billions of answers on your question on
Internet, however probably it is better to buy a good practical book.

By instance

Hitchhiker’s Guide to Visual Studio and SQL Server (7th Edition)

Cor
 
Thanks for the referral Cor, but I stopped talking about JET and stone-age
metallurgy some time ago. I expect "ADO and ADO.NET Examples and Best
Practices" is a better choice... ;)

--
__________________________________________________________________________
William R. Vaughn
President and Founder Beta V Corporation
Author, Mentor, Dad, Grandpa
Microsoft MVP
(425) 556-9205 (Pacific time)
Hitchhiker’s Guide to Visual Studio and SQL Server (7th Edition)
____________________________________________________________________________________________
 
Bill,

Basicly there is of course not so much different between OleDB and
SQLClient, in my idea only the named parameters.

So the OP can use your latest book beside the one which you now are
advising.

Maybe he sees than the benefits of SQL Server, Sql Express or Sql compact as
you forever recommend.

Cor
 
Ah, but the installable ISAM issue is definitely an OLE DB-only issue and
one specifically applying to the MDAC stack and how it's installed (or not).
The 7th edition does not touch on these issues (again) as they are covered
in the older books that document these now-obsolete technologies.

--
__________________________________________________________________________
William R. Vaughn
President and Founder Beta V Corporation
Author, Mentor, Dad, Grandpa
Microsoft MVP
(425) 556-9205 (Pacific time)
Hitchhiker’s Guide to Visual Studio and SQL Server (7th Edition)
____________________________________________________________________________________________
 
Back
Top