|
-
Dec 12th, 2002, 10:13 AM
#1
Thread Starter
Fanatic Member
mdac.exe
What excatrly is mdac and why do some vb installations require that it be installed also when a vb app is intstalled?
-
Dec 12th, 2002, 10:17 AM
#2
Addicted Member
Microsoft
Data
Access
Components
MDAC is a series of APIs for accessing data. (ADO DLLs, DAO, Drivers)
If your app requires access to a data source (Access, SQL Server, Oracle, etc.). It will require some component of MDAC.
-
Dec 12th, 2002, 10:17 AM
#3
Microsoft Data Access Components - a series of dll files Microsoft have built up which let your app communicate to databases. If you use ado or dao etc to add items to or read from a database, you're vb code will be calling on these dll's.
www.microsoft.com/data
-
Dec 12th, 2002, 10:18 AM
#4
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|