|
-
Jul 14th, 2001, 03:28 AM
#1
Thread Starter
New Member
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?
-
Jul 14th, 2001, 01:10 PM
#2
Hyperactive Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|