Skip to content

Commit 962f701

Browse files
authored
Update README.md
1 parent 1abe1b8 commit 962f701

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# GenericQuery
22

33
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.
4+
Default database is running in firebird. To change only modify GenericQuery.Model.Connection uses.
55

66
# How to use
77

88
Implement this parameters:
99
```delphi
10-
Model.Connection.FServer := 'localhost';
11-
Model.Connection.FDataBase := '../../db/db';
12-
Model.Connection.FTypeConnection := SQLite;
10+
GenericQuery.Model.Connection.FServer := 'localhost';
11+
GenericQuery.Model.Connection.FDataBase := '../../db/db';
12+
GenericQuery.Model.Connection.FTypeConnection := SQLite;
1313
```
1414

1515
Compatible with Firebird and SQLite.

0 commit comments

Comments
 (0)