I'm using ADO connections and I have a small application which checks a value in the first table against a matching value in the second table (which also holds the new value for that record). If a match is found then then the new value is given to ther record while it is in the process of being copied to a new table.
The problem is that every time I get to a record around the range 62, 63, 64. It just speeds up and doesn't follow the procedures I have set. It doesn't matter which records I have in that range (I have tried all kinds of records in that range but stil the same result when it reaches that mark). If I just use 60 records and check those then all is okay ;o(
I could send the application to someone if it helps to explain this. It's a small application and it's not coded to the best standards (I'm pretty new to all of this) but it is easy enough to understand what is going on. I'd appreciate a little help.
Thanks.....
The problem is that every time I get to a record around the range 62, 63, 64. It just speeds up and doesn't follow the procedures I have set. It doesn't matter which records I have in that range (I have tried all kinds of records in that range but stil the same result when it reaches that mark). If I just use 60 records and check those then all is okay ;o(
I could send the application to someone if it helps to explain this. It's a small application and it's not coded to the best standards (I'm pretty new to all of this) but it is easy enough to understand what is going on. I'd appreciate a little help.
Thanks.....