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 is the Purpose of the interbase Client32 files?
How to Debug CORBA clients and servers?
How to Get a handle on your files ?
How to Change the default width/height of the editor?
what are the Steps to uninstall and reinstall Delphi 6 ?
Where is "View | Project Source" ?
How to create SQL queries with SQL Builder?
How to Perform undo on an edit control?
How to Determine if a combobox is in dropped state?
How does Delphi handle Windows callbacks?
How to Get the windows directory?
What to have ready before you call Borland Developer Support?
Why the error "Operation must use an updateable query"?
How to Calculatea point using angles and distance?
How to Avoid an Application Error when using EM_POSFROMCHAR ?