Is it possible to connect to InterBase from a Delphi app
without using the BDE?
Answer / Avneesh Kumar Verma
Yes, it is possible to connect to an InterBase database from a Delphi application without using the BDE. You can use third-party libraries such as FireDAC or UniDac, or you can use ODBC and ADO connections.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between Delphi and Delphi Client/Server?
'Cannot Load IDAPI Service Library' error. What does this error mean?
How to Add a document to the Windows 95 Start Button's documents ?
How to determie if a given machine has a math coprocessor?
"Application is not licensed to run this feature" . what does this error mean?
How to capture the URL and title of the current webpage being viewed?
Can I make calls to Delphi code from C or C++?
How to Extract an icon from a .exe or .dll?
Why can't we display data in descending order in Delphi?
Do we need Local InterBase on the client machines along with my BDE application?
How to use the Find Error entry under the search heading of the menu bar?
How to Pass a function to a procedure or vice versa?