We are running Pervasive 8.7 using Microfocus Cobol and also accessing through
VB .net and during one of our Cobol application if the user exits a sales order (which then the application issues the unlock command) and then immediately tries to go back into the same sale, they are receiving a message stating the sale is locked by their own user id. The unlock is issued using btrieve and by calling w3btrv7.dll. After the call is made the btrieve status is checked to see if it was successful. What we are wondering is if there are network issues or "slows" on the system, does w3btrv7.dll retry to access the file or will it "queue" and wait until it can get access, thus not returning an invalid status but also not unlocking the file until it has access? Does anyone know how this dll works and what controls there are on it?
Thanks.