You can use ADO.NET which is the prefered way of accessing data in
vb.net to talk with an MSAccess database. If you are building a project
from scratch I highly recommend using it over DAO. Do a <search engine>
search for Access and VB.NET and you'll get many tutorials on how to do
this.
¤ is there any way to use DAO with vb2005
¤ it would only be for use with an MSaccess db
¤
Yes, you can use DAO with Visual Basic 2005 by adding the COM reference of the DAO library. Just
keep in mind that you cannot directly bind to UI elements (such as the DataGrid) using a DAO
Recordset as the data source.
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.