what is SQL Parameter binding?
No Answer is Posted For this Question
Be the First to Post Answer
How to dial out through the modem under Win32?
Explain the MasterSource/MasterFields behavior?
How to activate different hints for each cell in a grid?
How to Show two forms allowing the first to retain focus ?
Where to get TUpdateSQLProvider component ?
How to set the desktop icon color in code, or make the text behind them transparent?
What version of TeeChart is supplied with Delphi 6?
Does Delphi have an equivalent to the Visual Basic SendKeys function?
How to move a string into a TMemoryStream or TFileStream?
How to add a system menu item for the "right click" of the application's task bar icon?
How to Free an object stored in a list?
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"