This program:

proc main()
>       dbCreate( "_tst", { { "F","C",10,0 } } )
>       use _tst alias "" new shared
>       ? select(), used(), "["+alias()+"]"
>       use _tst alias "" new shared
>       ? select(), used(), "["+alias()+"]"
>       wait
>    return

returns:

1 Y []
2 Y [_2]

HTH
Angel


Xbase++ forces a new alias in same thread.
You can have same alias on diferent Threads but not on the same.

_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to