` Printed Icetips Article

Icetips Article



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.



Printed May 2, 2024, 3:19 pm
This article has been viewed/printed 35111 times.