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
what are the uses of Arrow and Function Keys ?
Write a program to show the memory leak?
'Interface mismatch. Engine version different' . what does this error indicates?
How to change Kylix directory permissions for all users when installed as root?
How to Determine the last access time of a given file ?
"Cannot load IDAPI service library" . what does this error mean?
How to Customize TTrackBar?
How to Get the time and date in Universal Time ?
How to Create a custom TInplaceEdit for TDBGrid ?
What you can contribute to the IBM?.
How to execute a stored procedure with TIBSQL?
How to Move a form by clicking in its client area ?
Why is there no automation in releasing the memory automatically during the termination of the program?
How to Get values in a TDBGrid before they are posted?
How to Disable close button of a window ?