Using While Select
Views (185)
The while select statement loops through many records fulfilling specific criteria
in a table. Use this loop to perform statements on each record. The following
code shows an example of a while select statement. This code loops through the
customer table and prints the account number, name, and address of each record
in the table.
Best Regards,
Hossein Karimi
in a table. Use this loop to perform statements on each record. The following
code shows an example of a while select statement. This code loops through the
customer table and prints the account number, name, and address of each record
in the table.
1 | CustTable custTable; |
Best Regards,
Hossein Karimi

Like
Report
*This post is locked for comments