|
GSAK (Geocaching Swiss Army Knife)
| |
|
SqlGetClose Iterating throuh a table via SqlGet=Yes, places a "lock" on the table which must be released. When you reach the end of of the table ($_SqlEol = true) this lock is automatically released. However there may be times when you don't want to iterate throught the whole table and you use the Break command to exit the loop. If you do exit the loop before $_SqlEol = true, then you must use SqlClose to make sure you close the table and release the lock. Example:
See also Sqlite(), SqlGet(), SqlNext Alpha List Category List |
|
Copyright 2004-2013 CWE Computer Services Privacy Policy Contact |