Does Delphi 5 include Resource Workshop and InstallShield
Express?
No Answer is Posted For this Question
Be the First to Post Answer
How to Get a list of the available drives on a system?
How to Add a document to the Windows 95 Start Button's documents ?
How to Disable ALT-F4 to prevent form closing
How to Retrieving the program that is associated with a given extension?
How to get the date of the last day in the current month?
How to Covert string of (zeros and ones) to binary?
How to Get the current line number of a TMemo?
Write a program to show the memory leak?
How can I change the drive that MediaPlayer uses to play Audio ?
How to create a dynamic array of TPoints to draw a polygon?
How to generate an error for SELECT statements that divide by zero?
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"