what is SQL Parameter binding?
No Answer is Posted For this Question
Be the First to Post Answer
How to Limit the amount of text entered in a TEdit?
How to Copy files using the Standard Windows Copy file dialog box ?
How to do Sorting on Calculated fields ?
How to use the InterBase API security functions to add, modify and delete users?
Can we write multi-user database applications in regular Delphi?
How to Change the font in a hint window ?
What to do if getting missing or corrupted file messages?
How to Embede a page break in the Rich Edit control ?
How to Access a grid's column or row by name ?
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"
How to handle exceptions in Thread objects ?
What are the reasons involved in using the interface?