RE: RE: Running a database application on another computer
In the BDE on the other PC (the one without the database), you must add an alias to point to the location of the database in the format of:
f:\myprog\tables -> where tables is the directory where the tables reside, plus, you must map a drive on the pc where the application is being run to drive F:
OR
in the BDE on the other PC (the one without the database), point it to the location of the tables using UNC, eg:
\\MyDBServer\MyProg\Tables, then no drive mapping is required.
|