If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Hello Friends,
i m createing app using vb and access 2k using dao 3.6 reference object.
I m creating setup using installshield devstudio 9.
setup includes dao and mdac 2.5 sp3 .
Is there any relation with dao and mdac 2.5 sp3 ?
MDAC is Microsoft Data Access Components which includes such as the MS SQL Server OLE DB provider and drivers and others...while DAO is Data Access Objects which provides access of data to native MS Jet engine db (mdb files) and any ODBC data source. why use DAO when u can use ADO? btw, determine now the relationship?