How to make the background color different for alternating
lines of text in a TListBox in Delphi?
No Answer is Posted For this Question
Be the First to Post Answer
How to Keep an application in a minimized state?
How to Change the background color of Text?
How to Specify an overlay image for a node in a treeview ?
How to draw transparent text onto a TBitmap ?
How to Change the main form of an application at runtime ?
How to generate steps to reproduce your issue for Borland Developer Support?
How to use a true DWORD value passed to Delphi application?
what is SQL Parameter binding?
How to Provide lookup capability?
How do I write a global error handler?
How to Call an IB stored procedure using TStoredProc?
When I try to execute sql query from delphi7 it throws the following exception ORA-01704: string literal too long. I know the reason why its throwing this exception. My problem is.... I have catched this exception throw Try.... Except block.....In except block i am performing rollback..... due to above error its also throwing exception in rollback transaction...........due to rollback exception...........it had created some problem in connection...........every time when i try to open or close a connection it throws an exception " Operation is not allowed when the object is open"