Results 1 to 4 of 4

Thread: mdac.exe

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jun 2002
    Posts
    586

    Cool mdac.exe

    What excatrly is mdac and why do some vb installations require that it be installed also when a vb app is intstalled?

  2. #2
    Addicted Member WALDO's Avatar
    Join Date
    Aug 2002
    Location
    Swing of Prussia, PA
    Posts
    244
    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.

  3. #3
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538
    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

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

  4. #4
    Frenzied Member axion_sa's Avatar
    Join Date
    Jan 2002
    Location
    Joburg, RSA
    Posts
    1,724

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width