We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1abe1b8 commit 962f701Copy full SHA for 962f701
1 file changed
README.md
@@ -1,15 +1,15 @@
1
# GenericQuery
2
3
Class component a easily way to convert your SQL condition to a JSONArray or JSONString.
4
-Default database is running in firebird. To change only modify Mode.Connection uses.
+Default database is running in firebird. To change only modify GenericQuery.Model.Connection uses.
5
6
# How to use
7
8
Implement this parameters:
9
```delphi
10
- Model.Connection.FServer := 'localhost';
11
- Model.Connection.FDataBase := '../../db/db';
12
- Model.Connection.FTypeConnection := SQLite;
+ GenericQuery.Model.Connection.FServer := 'localhost';
+ GenericQuery.Model.Connection.FDataBase := '../../db/db';
+ GenericQuery.Model.Connection.FTypeConnection := SQLite;
13
```
14
15
Compatible with Firebird and SQLite.
0 commit comments