Skip to content

Commit ffe18bf

Browse files
Update README.md
1 parent f641ab1 commit ffe18bf

File tree

1 file changed

+28
-2
lines changed

1 file changed

+28
-2
lines changed

‎README.md

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,28 @@
1-
# ADONetDAC4Delphi_Tutorials
2-
A collection of ADO.Net DAC for Delphi tutorial projects.
1+
# ADO.Net DAC For Delphi Tutorials
2+
The samples in this directory use ADO.Net technology to provde the fastest and most reliable database connectivity solutions for any database in your DELPHI projects.
3+
4+
# ADO.Net DAC for Delphi
5+
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.
6+
7+
# Components of ADO.Net DAC for Delphi
8+
* SqlClient DAC for Delphi
9+
* OracleClient DAC for Delphi
10+
* SQLite DAC for Delphi
11+
* ODBC DAC for Delphi
12+
* OLEDB DAC for Delphi
13+
* VistaDB DAC for Delphi
14+
15+
# License
16+
The Apache License 2.0 applies to all saples in this repository.
17+
18+
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
19+
20+
http://www.apache.org/licenses/LICENSE-2.0
21+
22+
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.
23+
24+
# Running Tutorial Projects
25+
To run the tutorial project:
26+
* Clone the repository to your local machine.
27+
* Download latest release of ADO.Net DAC for Delphi Setup and Install: https://www.crystalnet-tech.com/ADONetVcl/download
28+
* Open the project using Embarcadero RAD Studio or Delphi XE or higher IDE versions of your choice.

0 commit comments

Comments
 (0)