May I use mdb freely?

  • Thread starter Thread starter Wiiliam Pan
  • Start date Start date
W

Wiiliam Pan

Sorry for my English.
I want to develop an application that uses mdb format by APIs(ODBC/OLE
DB/ADO), could I distribute it to users that without Access installed?
Is it legal? Does it pirate Microsoft's copyright?

Thanks very much!

William Pan
 
The mdb file itself is not an application that will "run". It requires
another program to be able to open it and use its data. There are lots of
programs that can use data from an mdb file. These include the Office
applications, Visual Basic, Visual C, and others.

If you want to use the mdb file as an Access type of application without the
users having Access, there is a runtime version of Access that you can
distribute. How you get the runtime and what its exact name is varies with
the different versions of Access, so exactly what you need to get will
depend on which version of Access you have. Once you've purchased this
"developer's" version, you can then freely distribute your Access
application along with the runtime version of Access.
 
Thanks, Wayne Morgan. What I mean is, if I develop an application
accessing mdb files by ODBC/OLEDB/ADO installed in Windows, and
distribute it to users that haven't installed Microsoft Access or
Office, is this legal? will this private Microsoft's copyright?

William Pan
 
You may distribute MDB files, just like DOC or XLS or TXT files.

(david)
 
Wiiliam Pan said:
Thanks, Wayne Morgan. What I mean is, if I develop an application
accessing mdb files by ODBC/OLEDB/ADO installed in Windows, and distribute
it to users that haven't installed Microsoft Access or Office, is this
legal? will this private Microsoft's copyright?


not at problem at all. In fact, every copy of windows xp includes JET, and
you can even write windows scripts to open and read a mdb file..and out to
text if you want...


So, jet is quite everywhere...and your use of the mdb file is encouraged...
 
So, jet is quite everywhere...and your use of the mdb file is
encouraged...

.... Except by the company which blocks mdb files
in email, and throws up message boxes suggesting
that you not use Access ...

o well.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top