Figured it out:
Apparently, you can only access a column in a particular row ONCE, then MySQL doesn't like it anymore. So, I assigned the columns to variables and just used those, rather than call, for instance, objrs("FilePath") more than once.
Thanks anyway :-)
Phil