Results 1 to 2 of 2

Thread: Database without mdac?

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2001
    Posts
    3

    Database without mdac?

    Hi!

    Is it possible to use a database in a visualbasic application without mdac?

    My problem is that the application gets so big if I need to distribute mdac in order to use databases in my app.
    Mdac is 7 mb large...and this is too much.

    Does anyone have suggestions on how I can solve this problem?
    Is there databases that do not need mdac?
    Chris

  2. #2
    Hyperactive Member JMvVliet's Avatar
    Join Date
    May 2001
    Location
    Papendrecht, Netherlands
    Posts
    310
    Yes, maybe I have something:

    A VB program that uses data access will need some Data Access Components (MDAC) to take advantage of the possibilities of the ways to get data from the database. You can check the following: if a system has already installed MDAC, you don't have to put it into your Setup wizard. If it doesn't, you have to distribute MDAC with your application.

    I'm not sure, but according to me MDAC has nothing to do with the type of database you use. It is used to make it possible to use data access components in your windows application.

    Good luck (sorry for my bad English)

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