Board index » delphi » What files are needed to distribute w/BDE.

What files are needed to distribute w/BDE.

Hi,
    I just created a database application with Delphi 3. On my machine
the application works fine. When I try to run it on another computer it
doesnt work. It ask for the BDE. How and what files do I need to include
in order to distribute my application?
Thanks,
  Eric
 

Re:What files are needed to distribute w/BDE.


You have to install BDE with your application
I don't recommend you to edit the registry by yourself.
Use InstallShield and install with full BDE installation. I know from my own
experience and from others that there may be som trouble with partial. In
InstallShield you will see what files are added and you may try removing
some files, but I don't recommend that. I have tried to remove some of the
language drivers which I thought was not nescessary - with bad result.

Good luck!

- Erling G

Quote
Eric Filomeno wrote in message <35F8489C.35501...@concentric.com>...
>Hi,
>    I just created a database application with Delphi 3. On my machine
>the application works fine. When I try to run it on another computer it
>doesnt work. It ask for the BDE. How and what files do I need to include
>in order to distribute my application?
>Thanks,
>  Eric

Other Threads