> >
> > Your forms might be saving the full path of the database to be used. Rename the folder of the original database and try.
> >
> > Regards
> > Tushar
>
> Thanks all for the reply,
> I am still having trouble, I built the project and added the database in the project.
> I have tried "set path = " in the main program. I have tried to set the "This.cursor1.database =" in the beforeopentables in the dataenviroment of the form. Nothing works. Please continue to offer advice.
Hope I understood your problem correctly. If you are planning to run the application from different PCs on the LAN, you will be building an EXE file and deploying the same on a server or on every PCs from where it will be run. In that case you will be putting all the database and tables on a central location in server, accessible by all users. So why you have to include the same in project? I do not include the database in project but in the main program I set the path to the database and tables. Then I open the tables/database as and when needed in the program.
Benny