Licenses

  • Thread starter Thread starter Al P
  • Start date Start date
A

Al P

I want to develop an education program using VB. Can I have an .EXE that
doesn't require VB on the computer. Also is there a free database I can
conect to????

Thanks.
 
Microsoft sells a developer's version of Access that creates executable
Access files that you can distribute free. I don't know if it will help you
with what you want. It also is rather expensive.
 
Both VB and Access require runtime files that need to be installed. VB files
generally come with the Windows Operating System. Access files must either
be purchased by the user or provided by the developer through the
Developer's Kit. For non-commercial use (you cannot sell it) you can use
MySQL as a free database.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 
Back
Top