Hi,

AGAIN
To open a table concurrently in multiple work areas, you can do one of
the following:
Select another work area and issue USE with the table name and the AGAIN clause.
Issue USE with the table name and the AGAIN clause, and specify a
different work area with the IN clause.
When you open a table again in another work area, the table in the new
work area takes on the attributes of the table in the original work
area. For example, if a table is opened for read-only or exclusive
access and is opened again in another work area, the table is opened
for read-only or exclusive access in the new work area.

I do not see a big problem here:

DBUSEAREA(.T., RDDNAME(), DBINFO(DBI_FULLPATH), cNewArea, DBINFO(DBI_SHARED), DBINFO(DBI_ISREADONLY))


In Visual FoxPro for Windows, opening a table again in another work
area doesn't consume an additional file handle.

This will be not true in Harbour, but do you really care.


Regards,
Mindaugas

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to