Question : NetWorking data , VFP 9

Salam

My Client has 5 computers , I have an application that use tables within a database. I want to put the database into a server location. and other computers the application , then they will connect to this database to retrieve or update data. What is your recommendation.

Thanks

Answer : NetWorking data , VFP 9

IF ID()="DoniaServer"
    SET DEFAULT TO D:\SALES
ELSE
    SET DEFAULT TO \\DoniaServer\Sales
ENDIF
Random Solutions  
 
programming4us programming4us