[quote:18ef9b3x]Very wrong practice to use table name as alias in the index expression.
After building your index try to open the table with a different alias like this:
USE MASTER NEW ALIAS MST SHARED VIA "DBFCDX"
SET ORDER TO TAG CODE
You will get a runtime error complaining that the alias MASTER does not exist.[/quote:18ef9b3x]
Yes. This is a important lesson i've learned now. I always did it wrong and yes I had that error.
Always tried a work around because i din't knew. Thanks
I have probably more wrong code will update this one.
↧