Im reading a SQL table of files to upload. "while" i read each record I upload it and THEN I would like to update the timestamp in the database record, but it seems that I have to have two connections to do this otherwise I get an error stating that the connection is already busy (going thru the while loop). Anyone know how I can read each line, uplad the file in that record and update that same record?
Thanks