What are IDAPI and SQL links ?
Answer / Santosh Singh
IDAPI (InterBase Data Access) is a Delphi data access component for InterBase, Firebird, and other databases. SQL Links refer to database link objects in Delphi that allow you to connect and interact with multiple databases as if they were a single database.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the history of Delphi?
How to Display a bitmap on the client area of an MDI parent form?
Does Delphi support the back-end?
what are Multiple Transports?
How to Set the MaxPage property of the PrintDialog component?
How to Print Delphi controls using QuickReports?
Write a program to show the memory leak?
what are the files that need to be included with applications using MSACCESS?
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"
Can I use DLLs developed in C or C++ from Delphi?
How to Resize StringGrid Columns ?
How to Prevent changing pages in a page control?