What are IDAPI and SQL links ?



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

Post New Answer

More Delphi Interview Questions

What is the history of Delphi?

1 Answers  


How to Display a bitmap on the client area of an MDI parent form?

1 Answers  


Does Delphi support the back-end?

1 Answers  


what are Multiple Transports?

1 Answers  


How to Set the MaxPage property of the PrintDialog component?

1 Answers  


How to Print Delphi controls using QuickReports?

1 Answers  


Write a program to show the memory leak?

1 Answers  


what are the files that need to be included with applications using MSACCESS?

1 Answers  


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 Answers  


Can I use DLLs developed in C or C++ from Delphi?

1 Answers  


How to Resize StringGrid Columns ?

1 Answers  


How to Prevent changing pages in a page control?

1 Answers  


Categories