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 / 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 |
How to Get user name and company info from Windows?
How to Use Date as a Field Name ?
How to retrieve the position of the cursor?
How to adjust the tab location in a TMemo component ?
what qualties must have to become a SAP FICO consultant?.
what are the common Problems with printing, preview and paper size in Quick Reports?
How to Set default value for decimal places in the BDE?
How to Change the location of the object repository ?
Why the error "Operation must use an updateable query"?
'Missing Data Provider or Data Packet' . what does this error mean?
How to Check drive ready status?
What does memory leak show in delphi?