EXE Compilers for .xls and .mdb files

P

programming dodo

I want 2 compile .xls and .mdb to exe files. Any free tools available on the
net? Also if anyone has a development tool for creating standalone pkg from
and excel or mdb file, please let me know.
 
G

George Nicholson

If by .mdb file you mean an Access application (with Forms, Reports, Macros
or Code) there is no such animal. You need some version of Access (either
Retail or Runtime) for any of those features.
http://www.granite.ab.ca/access/developereditionfaq.htm

If the mdb is only data, then there isn't anything to compile and an .exe
would serve little purpose.

HTH,
 
Top