wrong CFLOOP syntax - you want FILE= attribute. it will loop through the file one row one each pass, so if you exit the loop after the first row, all it will read is the first row. It definitely does not read the entire file into memory.
↧
wrong CFLOOP syntax - you want FILE= attribute. it will loop through the file one row one each pass, so if you exit the loop after the first row, all it will read is the first row. It definitely does not read the entire file into memory.