Examples & Tutorials
Raima has a number of included examples and tutorials within the product to help the user get acclimated to using RDM.
Name | API | Short Description |
---|---|---|
BCD Example | C | Simple Binary Coded Decimal example to calculate Principle and Interest |
BOM Example | C | Simple cursor based example to calculate the time taken to build a Bill of Materials of a given size and depth |
RBOM Example | SQL | Simple relational based example to calculate the time taken to build a Bill of Materials of a given size and depth |
Locale Example | C | Simple example of how to set the locale and insert locale dependent data |
R-Tree Example | C | Simple example of how to manage 2 dimensional data with an r-tree index. |
Bulk Insert Tutorial | C | Simple example on how to insert a large amount of data at once using RDM’s simple API. |
Circular Table Tutorial | C | Simple example on how to create and work with a circular limited table. |
Compound Key Tutorial | C | Simple example which creates/inserts and reads a single record type with two fields which are referenced in a non-unique compound key. |
Duplicate Key Tutorial | C | Simple example which creates/inserts and reads a single record type with a single field which is designated as a key. This shows inserting duplicate keys in a field that is not defined as a unique key. |
Encryption Tutorial | C | Simple example that shows how to encrypt and decrypt a database. |
Hello World ADO.NET | C# | Basic tutorial in C# and ADO.NET where a database is created, a row is inserted and then a row is retrieved and displayed. |
Hello World ODBC | C | Basic tutorial in C and ODBC SQL where a database is created, a row is inserted and then a row is retrieved and displayed. |
Hello World CPP Tutorial | C++ | Basic tutorial in C++ where a database is created, a row is inserted and then a row is retrieved and displayed. |
Hello World Tutorial | C | Basic tutorial in C where a database is created, a row is inserted and then a row is retrieved and displayed. |
Hello World JDBC Tutorial | JAVA | Basic tutorial in JAVA where a database is created, a row is inserted and then a row is retrieved and displayed. |
inMemory Tutorial | C | Basic tutorial in C where a pure in-memory database is created, a row is inserted and then a row is retrieved and displayed. |
One to Many Tutorial | C | Basic tutorial in C where a simple one to many relationship between two tables is made and used. |
Transactions Tutorial | C | Basic tutorial in C where a simple database is used to store data using transactions. |
Unique Key Tutorial | C | Basic tutorial in C where a database with a unique key is created, a row is inserted and then a row is retrieved and displayed. |
URI Tutorial | C | Basic tutorial in C where a connection to a database using different Uniform Resource Identifiers (URI) are used. |