Re: Creating Shareware Database App in VB 6

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Jim Carlock (anonymous_at_127.0.0.1)
Date: 05/01/04


Date: Fri, 30 Apr 2004 21:55:42 -0400

You could use Access 1 if you'd like. Access 1 is fully
supported by MDAC/Jet/ADO/DAO. It's all backward
compatible. The only thing that you'll have a problem with
is using a newer version of access to open the database.
This won't happen but you can gain full access to the older
version by setting up links in a newer version.

As far as size goes, MDAC will probably be bigger than
everything else. CR files will amount to about 3 to 10 MB
uncompressed. MDAC will be about 5MB compressed.

I'm not sure about what comes with CR 9, but CR 4.6 or 6
amounts to approx. 3 MB uncompressed. Maybe 4 MB if
I were to include some of the extras that CR provides.

Hope that helps.

-- 
Jim Carlock
http://www.microcosmotalk.com/
Post replies to the newsgroup.
"The Bit Bandit" <bitbandit@ureach.com> wrote in message
news:346d6664.0404301535.56968777@posting.google.com...
Thanks very much, Michael, for your suggestions; I found them very
useful.
To answer some of your questions:
"Michael Cole" <someone@microsoft.com> wrote in message
news:<#r#JdkNLEHA.2100@TK2MSFTNGP10.phx.gbl>...
> One major question that requires an answer - what are the security
> requirements for the data?  Do you have a problem if people access the
data
> directlt without going through your front end.
There are really no security requirements.  My app is a database to
keep track of a person's hobby (think of a database for stamp
collectors).
> MDAC is a group of technologies that include ADO and DAO, not a seperate
> technology.  Note that MDAC is available from MS as a download, so you
could
> simply say in your installation that it requires MDAC, and the users
should
> get it themselves, if required, from the MS website.
That's a possibility, although my users tend to be fairly clueless and
so I want to make installation as easy as possible (my typical user is
a grandmother who is new to computers).
> Another possibility is to simply use text files as your data storage
> mechanism.  DAO and ADO can both read and write to text files.  This would
> depend upon the amount of data and your requirements in updating and
> modifying such at your end.
Hmm, that's an interesting idea.  The number of records may reach the
low thousands (i.e. probably no more than 2000).  And I don't need to
store any binary data in the files.  But I do need to store memo
fields which may contain new-line characters.  Is this a problem with
text files?
> > I'm looking at using Crystal Reports 9 to handle my reporting, so
> > obviously CR has to be able to access the database files, either
> > directly or via ODBC.
>
> No issues.  CR has its own set of database drivers, seperate to MS
drivers.
Do you have any idea of the size of the CR run-time files?  I'm just
wondering how much weight CR will add to my distribution file.
Most of what I've read while I've been researching this has assumed
that the app was being developed for in-house use and therefore
considerations regarding distribution size, updating the app, etc
aren't a problem.
I've found a book called "Visual Basic 6 Database How-To" by Sams,
hopefully that will give me some ideas.


Relevant Pages

  • Re: ODBC, OLE DB, ADO, DAO - which one should I use?
    ... The app will mostly access a SQL Server database. ... Since the MDAC version ISN'T 100% backwords compatible, ... If you upgrade your compilation computer then you MUST install this MDAC ...
    (microsoft.public.vc.mfc)
  • Re: Creating Shareware Database App in VB 6
    ... My app is a database to ... keep track of a person's hobby (think of a database for stamp ... Note that MDAC is available from MS as a download, ... wondering how much weight CR will add to my distribution file. ...
    (microsoft.public.vb.database)
  • Re: Class not registered error when using Web
    ... One of my clients using a .NET WinApp connecting to an MS Access database on ... They were running a lower version of MDAC though. ... Please install MDAC 2.6 or later." ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: cant access databases publisher 2002
    ... Can you open the database file in Works? ... Look at the Works newsgroup. ... I have tried to update the MDAC and I get "MDAC 2.8 RTM is ... Have you downloaded the component checker to see if you have any MDAC ...
    (microsoft.public.publisher)
  • Re: residtribute
    ... I believe the last MDAC to support the Jet database engine was MDAC 2.5... ...
    (comp.databases.ms-access)