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"
Answer Posted / tazeem ansari
Whenever open an connection database fisrt close it
fist line of code is close connection.
or your database table is open close it from database .
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to determine the names of the installed comm ports?
How to Detect whether the PrintScreen key has been pressed ?
How to assign the Delphi global printer object, to the Quick Reports global printer object?
How can I change the drive that MediaPlayer uses to play Audio ?
How to make your main form fill up the Desk Top space?
What are the problems faced by memory leaks?
'Cannot Load IDAPI Service Library' error. What does this error mean?
What does memory leak show in delphi?
How to Use Form Wizard to Quickly Create a Delphi Form?
How to Extract an icon from a .exe or .dll?
How to Disable a radio button in a TRadioGroup?
How to Embede a copyright symbol in a string?
How to Change the default project directory ?
Explain ODBC Constraints ?
How to Change the font in a hint window ?