kelspas
unread,Sep 17, 2012, 10:29:21 AM9/17/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
We have just migrated from PB 10 to PB 11.5. We are running Windows XP.
I have a large datawindow that is crashing on dw_data.Update() in PB 11.
In PB 10 we updated more than 42000 records without a problem, but in PB 11 the dw_data.Update() line of code crashes PB in the executable as well as in the PB editor. The error we receive is the exception breakpoint has been reached.
I tried breaking the update into smaller amounts of records. I am able to successfully save 1000 records, but when I try to continue the updates, I can only update another 476 records before the dw_data.Update() crashes again.
The dw_data datawindow is using a second transaction object to connect to SQL Server using ODBC.
Does anyone know what might be causing my dw_data.Update() to fail? I have been searching for answers on the newsgroups, but all the exception breakpoint questions are never answered and they seem to happen in different lines of code. It is very frustrating.
Thanks for any help.