I have one major problem Regarding Database Updation...Basically We are dealing with BillPament Services. Yesturday we had a Problem in which all the request from the customer through billpament terminal is not updated in the database. Bt it is actually updated in the SQL lOG File due to which response get generated from LOG file itself without being data actually physically updated in the database,, Data is first written in the SQL log First and than physically to the database ... My problem is that what could b the possible reason for data written in SQL Log bt not written in the database table phisically....Its Urgent
dheka
Posts
-
Urgent!! -
Plz Help!!!My application is having Memory Leakage!! How to Solve this problem..
-
Urgent!! Please HelpHello Sir!! No sir iam not using malloc or new keywords to allocate memory..bt ya iam communicating with remote server and file also.
-
Urgent!! Please HelpYa Sir1!Iam Checking it out in Task MAnager.ya iam getting problem in my second Dialog box..After Pressing cancel button in it,iam Ending that dialog using CDialog::EndDialog() function, but memory usage get increased tremendiosly.. So iam trying to poiint it out...Thanks
-
Urgent!! Please HelpHi..No Iam Ending the dialog using EndDialog() Function. After Ending Dialog I dont know whether it still using memory or not. Can u tel me proper killing a Dialog after particular interval or event!! Plz..
-
Urgent!! Please HelpOk Sir..Thanks for ur Kind replys..
-
Urgent!! Please HelpSir Can i use Smart Pointer for proper releasing of resource like memory..
-
Urgent!! Please HelpNo Sir!!! Iam not Creating Objects Dynamically.. and remaining resources iam properly deallocating.. So tell me should i create Dialog Object Dynamically so that i can delete memory explicitly... iam creating new dialog like this,, CMyDialog ss; ss.Domodal(); and further iam not doing any thing for memory deallocation. So how i can deallocate meomory for Statically created objects ..
-
Urgent!! Please HelpNo Sir Iam Not using Threading here. Can u plzz tel me how to release the resource and what type of resource there could be..Iam using Dialog based application..iam using number of dialog here for my purpose..Can dynamically creation of object or smart pointers solve this problem..plzz..
-
Urgent!! Please HelpIam a Jr. VC++ Developer. Iam working on Dialog based application(MFC). My application is almost completed. It is typically a Billpayment sort of application. It works Fine for few Transactions but starts Slowing down and finally get hanged if i made several transaction of same flow.I have to restart my application again and so on. I cant find out the exact reasons of this. Iam created all my object statically. Is there any problem regarding statically or Dyanamically object creation. Please Tel me the reason, so that i get rid off soon.X|