Hello, I have a problem with my project. This Project is written by C#.It accesses SQL Server 2005 via Webservice & Seasar. On the webvervice, I include some package that was built to DLL. Those package retrieve their database. When I run my project. I must update their database the first. Then, update my project's database. But i cannot settup the transaction for them. I wannt to rollback th updated data on their database if updating on my project's database is failt.
tamasan
Posts
-
Transaction management -
Transaction Management with SQLServerOK, Thanks for your remind. I will post it in SQL forum :) snow
-
Transaction Management with SQLServerHello, I have an problem with my project. The project is written by C#, $ used SQLServer 2005 DB. I also use Web service & Seasar to retrieve A database. And on webservice side, I have to refer to another package that is built to DLL. That package retrieve B database. My problem is when I retrieve B database and update data via dll's function. if it is success, I update A database. But A database cannot update because some error that i cannot control. How can I rollback the data that was updated in B database? Snow
-
Transaction Management with SQLServerHello, I have an problem with my project. The project is written by C#, $ used SQLServer 2005 DB. I also use Web service & Seasar to retrieve A database. And on webservice side, I have to refer to another package that is built to DLL. That package retrieve B database. My problem is when I retrieve B database and update data via dll's function. if it is success, I update A database. But A database cannot update because some error that i cannot control. How can I rollback the data that was updated in B database?
-
How to control in VC6I have an APIs library.It have a function that support me showing html document. OVP_viewDoc((long)m_hWnd); On my dialog, i have some button. I want to link to in html documnet on dialog. but i dont know, how to make it P/S: How can I post image in reply part in this page ?
-
How to control in VC6I have a html page. I load to VC6 Dialog. I want to make some button that call the link on html page. How can i make it?
-
Notification of unhecking the checkbox inside the DateTimeCtrl...Hi all, I have a problem with DateTimepicker Control in VC6. If I choose the DTS_SHOWNONE style how can i get a notification if the user disable the DateTimeCtrl by unchecking the small checkbox that appears inside the control. Please help me! Thanks a lot. snow
-
Error when run EXEAt debug mode, I run normally. At release mode, I can only run the first time. At the second time it show error and then, Breaken down. -- modified at 4:29 Tuesday 26th September, 2006 I see difference between build At Release & Build at Debug. How do i fix it? ====================================================== Linking... Creating library ..\Librairies\Release/EtatCivl.lib and object ..\Librairies\Release/EtatCivl.exp LINK : warning LNK4089: all references to "COMCTL32.dll" discarded by /OPT:REF Répartition des fichiers compilés... C'est fini... ====================================================== ====================================================== Linking... Creating library ..\Librairies\Debug/EtatCivl.lib and object ..\Librairies\Debug/EtatCivl.exp Répartition des fichiers compilés... C'est fini... ======================================================
-
Error when run EXEI have a big problem with my program. When i run it with Debug file, it run normaly. But, when i build it to exe in Release directory. It run with error: Unhandled exception in VISIODT.exe (COMCTL32.DLL): 0xC0000005: Access Violation. What proplem is it? Please help me! Snow
-
Visual C++How does I use .jar lib in visual C++
-
Debuging in Visual C++Thanks for your guide. I have tried but it didn't run to dll code. Is there any configure?
-
Debuging in Visual C++I created a workspace by visual C++ 6.0. In this workspace, I added many project. One of them was MFC (exe) project and the others were MFC (dll) project. I want to debug a function in MFC (dll) project that was called in MFC (exe) project. I added a breakpoint at that function and stared debuging. But Error message is showed: "One or more breakpoints cannot be set and have been disabled. Execution will stop at the begining of program." How does I fix this problem?