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 5137
How to Loada local html file in the HTML control ?
How to Adjust form size to accommodate a required client size ?
what are the Versions of DB2 supported by BDE 5.10 ?
How to draw transparent text onto a TBitmap ?
How to Link an animated cursor to a resource file?
Can we create stored procedures via Delphi or C++ Builder?
How to capture the URL and title of the current webpage being viewed?
Do I have to know a lot about the Windows API to use Delphi?
Does Delphi support the back-end?
How to insert an InterBase BLOb in Delphi using LoadFromFile? 2
How to Extract Icons ?
What are IDAPI and SQL links ?
How to create indexes with the TTable create function?
How to print an HTML document from inside of your application?
How to Avoid an Application Error when using EM_POSFROMCHAR ?