Login
`
Templates, Tools and Utilities
|
||
Add a comment to an Icetips ArticlePlease add your comments to this article.
Please note that you must provide both a name and a valid email address in order
for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!
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 23, 2024, 3:35 am This article has been viewed 35194 times.
|
|