Am I correct in my understanding that to use OPEN AS with a SQL table, you have to do the following:

Code:
OPEN "CODEMAST.INT" as CODEMAST.FILE_NUMBER
And that

Code:
OPEN "CODEMAST" as CODEMAST.FILE_NUMBER
will actually not work?