|
|
|
|
|
|
|
|
| XML Scanner |
| This article explain basic operation with XML. It also shows how XML scanner works - this can be used in XML parser, for example. |
|
author: Pavol Kochman
|
|
|
|
|
| Database |
| This article explains how to use SQLite database in Moscrif. Moscrif uses SQLite as its database system. The main advantage of SQLite is that it is not a separate process accessed from the client application, but an integral part of the application. It does not require any servers or other additional services. |
|
author: Pavol Kochman
|
|
|
|
|
| Dataset |
| This article explains basic Dataset operation in Moscrif. Dataset is an object returned by database execution method. |
|
author: Pavol Kochman
|
|
|
|
|