Home > Archive > dBASE Deployment > June 2005 > Error:"Database Engine Error: Table does not exist".









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Error:"Database Engine Error: Table does not exist".
Don Sutton

2005-06-10, 1:23 pm

SOME of my users get this message after the deployed program has been installed on their computer. How can I keep them from getting this message?

Don Sutton

Gabriel Picache

2005-06-20, 7:23 am

I usually get this because the BDE cannot find the folder where all the tables are. So what I do is, after I install the application, I run BDEAdmin.exe and set up the database alias there.

Lately, since I'm a bit lazy and I hate looking for the BDEAdmin.exe file, I include the following line to my Inno Setup script (.iss file) under the [RUN] group:

Filename: "{pf}\Common Files\Borland\Bde\bd
eadmin.exe"

That way, after installing the dB Plus Runtime and BDE, I automatically enter the BDEAdmin program and set things up.

Hope this helps.

Gabriel Picache


Don Sutton Wrote:

> SOME of my users get this message after the deployed program has been installed on their computer. How can I keep them from getting this message?
>
> Don Sutton
>


Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2008 droptable.com