> > I hope someone can help. I have built a project with a database(data1.dbc). I am trying to move the database to a central server so that multiple instances of the program can access the data. I have tried to change my project many ways(such as modifying the before opentables on the dataenvironment) and the only thing that gets updated is the origional database. I am at a loss.
> >
> > Thank You,
>
> 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.