Win an Ipad
  Developer   Documents   Files and Databases

Documents

Files and Databases
This article is an overview of how Files and Databases are working in Moscrif.
author: Pavol Kochman Write first comment!
File stream
This article explains basic file operations in Moscrif.
author: Pavol Kochman Write first comment!
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 Write first comment!
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 Write first comment!
Dataset
This article explains basic Dataset operation in Moscrif. Dataset is an object returned by database execution method.
author: Pavol Kochman Write first comment!