Switch to: V12V11V10V9V8V7V6V5

Class Style Examples

This section contains examples that demonstrate how to use classes of your language (C#, C++, RB, Java) to mirror the database structure.

You can use this way when you exactly know the structure of your database.

Many examples in this section have satellite - example in the section API Examples.

Demonstrates how to work with BinaryLink if you use Classes way

Database_Ram example

Demonstrates how to

Demonstrates how to

Table_Create example

Demonstrates how to prepare REALbasic classes inherited from VDatabase and VTable and then do db.Create(), db.Close() db.Open().

Note that these classes mirror the strucutre of database tables and fields. Note that these classes have properites to its sub-elements (Tables and Fields). This fact allow avoid using of Table.Field(“Name“) calls that speed up overall performace.