This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

7.02 Debug Database Connector (ADO.NET) Sync Project

Hello, 

do somebody know, how to debug the code with visual studio in the synch project for insert updates and deletes?

I was able to load the synch code in Visual Studio 2015 and have it "ready" for debug, but I am missing the step to run it.

Kind regards,

Fatih

Parents
  • Yes, you are right. If you are using the ADO.NET Generic Version of the database connector you have to flush the local changes.

    This is not necessary if you want to debug one of the DML scripts of the other database connector types.

Reply
  • Yes, you are right. If you are using the ADO.NET Generic Version of the database connector you have to flush the local changes.

    This is not necessary if you want to debug one of the DML scripts of the other database connector types.

Children
No Data