> Dear Friends
>
> I have a customer table which is being used in one application.
>
> Now I am in the proces on making another application in which I need to use the same table
>
> 1) Is it right to use the same table by giving full path. I shall not make any changes in the table in the new application and just use the data for viewing.
>
> 2) Or should I make a new table in the new directory and shall update it from the table which is in the original location.
>
> Pls also suggest if there is another way of doing this??
>
>
> Thanks in advance.
>
>
>
> Sudhir
Sudhir,
Using one table for two application doesn't differs much from programing for network access. Just make sure that table is opened in shared mode (not in exclusive).
Of course you could use full path to open table, but use relative paths not hard coded ones.
2. There is no need of that.
Borislav Borissov