Login
`
Templates, Tools and Utilities
|
||
Icetips Article
Back to article list
Search Articles
Add Comment
Printer friendly
Direct link
Par2: Looping through a MSSQL file 1998-10-01 -- Tim McDonald I don't believe that MS-SQL supports EOF logic. Use the following
LOOP
IF error() or FILEERROR() then BREAK .
some code ......
END
I assume from the syntax of your question that you are using the Clarion
standard templates rather than ABC templates. This method will work in ABC
but there are other ways which use the FileManager Class.
Today is November 21, 2024, 7:57 am This article has been viewed 35191 times.
|
|