Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Use in file- not woking help
Message
 
To
28/01/1999 20:15:04
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00181608
Message ID:
00181766
Views:
8
I think we need to know what loutputfile is equal to. It could be "OutFile" or it could be "c:\OutDirectory\".

If it is a directory, maybe VFP is as confused as I am.

Joe

>>SELECT * FROM cas a INTO DBF ;
>>(loutputfile+'cas');
>>WHERE YEAR(closing) = lYear
>>USE in cas ---------- cas in outputfile folder close ?
>>USE IN a -- cas in current folder close ?
>
>
>Ok. You have closed 'cas', but there is no alias 'a'. 'a' is only used inside the SQL statement to make the statement easier to write. You still have not closed (loutoutFile + 'cas').
>
>
>>USE (loutputfile+'cas') IN 0 EXCLUSIVE ----no error given
>
>Something is wrong here. You should get an error with the above statement, because the table is still open. Even if you use the AGAIN clause, you will get no error, but the table will not be opened exclusively.
>
>
>>SELECT cas ----cannot select alias
>
>Right. You closed the table earlier.
Joseph C. Kempel
Systems Analyst/Programmer
JNC
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform