Hi
I have this routine where I do recodrsed.update, I am using the following commands
rs.Open sSQL, conn,adOpenKeyset, adLockBatchOptimistic
After I add a new record to this recordset when I go for udpate using rs.updatebatch, the program hangs up. Most of the time the program works fine but it hangs up once every 5-7 times. What couold be the cause or how can i catch what's happening.
I have this routine where I do recodrsed.update, I am using the following commands
rs.Open sSQL, conn,adOpenKeyset, adLockBatchOptimistic
After I add a new record to this recordset when I go for udpate using rs.updatebatch, the program hangs up. Most of the time the program works fine but it hangs up once every 5-7 times. What couold be the cause or how can i catch what's happening.