Library for connection and use different databases in Delphi This library uses two different database components: TADOConnection and TFDConnection. The ConnectToADO and ConnectToFD methods allow you to connect to the databases using the appropriate connection string. The ExecuteADOQuery and ExecuteFDQuery methods allow you to execute SQL queries on the databases and return the results as TADOQuery and TFDQuery objects, respectively. To use this library in your Delphi project, simply add the DatabaseLibrary unit to your project's uses clause and create an instance of the TDatabaseLibrary class. You can then use the ConnectToADO, ConnectToFD, ExecuteADOQuery, and ExecuteFDQuery methods to interact with the databases.
-
Notifications
You must be signed in to change notification settings - Fork 2
Library for connection and use different databases in Delphi
License
delphifanforum/DFDatabaseLibrary
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Library for connection and use different databases in Delphi
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published