Skip to content

CrystalNet-Tech2/ADONetDAC4Delphi_Tutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ADO.Net DAC For Delphi Tutorials

The samples in this directory use ADO.Net technology to provide the fastest and most reliable database connectivity solutions for any database in your DELPHI projects.

ADO.Net DAC for Delphi

ADO.Net DAC for Delphi provides data access to data sources such as SQL Server, Oracle, SQLite, VistaDB and to data sources exposed through OLE DB and ODBC using ADO.Net data provider framework. ADO.Net DAC for Delphi is an enterprise solution with highest performance and unlimited possibilities. Data-sharing consumer applications can use ADO.NET DAC for Delphi to connect to these data sources and retrieve, handle, and update the data that they contain.

Components of ADO.Net DAC for Delphi

  • SqlClient DAC for Delphi
  • OracleClient DAC for Delphi
  • SQLite DAC for Delphi
  • ODBC DAC for Delphi
  • OLEDB DAC for Delphi
  • VistaDB DAC for Delphi

License

The Apache License 2.0 applies to all saples in this repository.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Running Tutorial Projects

To run the tutorial project:

  • Clone the repository to your local machine.
  • Download latest release of ADO.Net DAC for Delphi Setup and Install: https://www.crystalnet-tech.com/ADONetVcl/download
  • Open the project using Embarcadero RAD Studio or Delphi XE or higher IDE versions of your choice.