list MS Access Properties in VB.NET

Carlos_M

New member
Joined
Aug 21, 2006
Messages
1
Programming Experience
Beginner
Hi Folks!

In First: I am a VB beginner. :(

In VB 6 i can list the Properties of the Access DB (Version Number, Build Number, ...) with the DAO module. :rolleyes:

Now i want to learn VB.NET and i try to prog the same application in VB.NET. First i learned, that DAO is not longer part of VB. Does anybody know an altenate way to list the properties of MS Access Datas?
 
Best thing to use right now is ADO.NET... VB.NET also supports ADO 2.6 I believe but ADO.NET is far superior.
 
Back
Top