Hi all,
I need to find out which row of a very large recordset I am currently on. My connection to the database has failed and I need to reconnect, which will mean starting my code again. Trouble is I don't want to do the upload twice.
If I can find out which row I'm on I can do a loop to miss out all the rows that I've already worked on.
I've tried using cursorlocation but I'm not sure that's working as it says 2 and that can't be right.
Any ideas?
I need to find out which row of a very large recordset I am currently on. My connection to the database has failed and I need to reconnect, which will mean starting my code again. Trouble is I don't want to do the upload twice.
If I can find out which row I'm on I can do a loop to miss out all the rows that I've already worked on.
I've tried using cursorlocation but I'm not sure that's working as it says 2 and that can't be right.
Any ideas?