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"
1 5146
How to Find all files (or files of a certain type) in a given directory?
How to Print a TStringGrid / TDBGrid?
How to Customize TTrackBar?
How to Declare a SafeArray in the type library editor?
How to Add accelerator characters to TTabsheets?
what are Single and multiple application server instances ?
What version of TeeChart is supplied with Delphi 6?
How to Prevent changing pages in a page control?
How to Display a bitmap on the client area of an MDI parent form?
How to detect the CPU type of the computer the application is running on?
How to create indexes with the TTable create function?
What should I give to Windows API functions that want a hWnd?
How to get the version information for a file?
How to make the TDateTimePicker display blank?
How do I write a global error handler?