Hi,
How can I debug this?
This message is coming from VFP when I turn off the Just-In-Time" debugger. When the JIT debugger is enabled, it throws an error, but I cannot use it to see anything about the syncdri.exe vfp executable.
The error in the dialog from vfp is...
Caption = "syncdri.exe - Application Error"
The instruction at "0x00000000" referenced memory at "0x00000000". The memory could not be "read".
Click OK to terminate the program
Click on Cancel to debug the program...
When running it with one set of local VFP data, it runs without errors, while another set is generating this error. It may also process several thousand or less than a hundred records before erroring out. I've inspected the records that was being processed when the error occurs, and see nothing, as the VFP data is ok.
It is updating a SQL Server 2008r2 backend with the VFP data via a native sql odbc connection. Both data sets uses the same connection string to the back end database and tables. Being said, I believe all the connection string and backend database stuff is ok, otherwise I'd be having issues with all sets of VFP data, and thats not the case.
Any ideas on how I might troubleshoot this?
Thanks, Stanley
How can I debug this?
This message is coming from VFP when I turn off the Just-In-Time" debugger. When the JIT debugger is enabled, it throws an error, but I cannot use it to see anything about the syncdri.exe vfp executable.
The error in the dialog from vfp is...
Caption = "syncdri.exe - Application Error"
The instruction at "0x00000000" referenced memory at "0x00000000". The memory could not be "read".
Click OK to terminate the program
Click on Cancel to debug the program...
When running it with one set of local VFP data, it runs without errors, while another set is generating this error. It may also process several thousand or less than a hundred records before erroring out. I've inspected the records that was being processed when the error occurs, and see nothing, as the VFP data is ok.
It is updating a SQL Server 2008r2 backend with the VFP data via a native sql odbc connection. Both data sets uses the same connection string to the back end database and tables. Being said, I believe all the connection string and backend database stuff is ok, otherwise I'd be having issues with all sets of VFP data, and thats not the case.
Any ideas on how I might troubleshoot this?
Thanks, Stanley