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"
1 5296
How to have a TBitBtn component that has a word wrapped caption?
How to Clear the recent Documents from the Start Menu?
How to Prevent changing pages in a page control?
What should I give to Windows API functions that want a hWnd?
How to Copy a information from one memo field to another using TBlobStream ?
What operating systems does Delphi support?
Why is there no automation in releasing the memory automatically during the termination of the program?
How to Get the printing margin of the page?
How to Use JPEGs from resource files ?
How to Call an IB stored procedure using TStoredProc?
How to stop IIS when you are writing web applications as ISAPI dll's?
How to Create a rotated font?
How to Determine if Delphi Running?
How does Delphi's exception handling work?
How to Extract an icon from a .exe or .dll?