MDB to EXE

B

Bernd

Hi,
I've include in my database many calculations so the
processor have to make many processes before it's giving
the results of my calculations (analyse of a heart sound)
so it takes a lot of time to do this. Is there some way
to transform a mdb file in an application (.exe), and
does it speed up my database?
Thanks
Bernd
 
L

Lynn Trapp

Is there some way
to transform a mdb file in an application (.exe),

No. If you have the Developer Edition (Developer Extensions in 2003) you can
distribute a runtime version.
and does it speed up my database?

Probably not.
 
Top