Requirements
HelloWorld Example 1 Requirements
The following is the list of requirements for this application which will include an Embedded TFS:
- The docroot will be located in a directory called "RaimaData" in the root directory of the file system. This directory MUST exist before the application program is executed.
- The application program will create the database image in the docroot if it does not already exist.
- The HelloWorld example will use a simple database that will store the text, "Hello World!", in a new row in the database every time the application is executed.
- The application will also read and display all the current rows in the database.
HelloWorld Example 2 Requirements
The following is the list of requirements for this application which will access a Remote TFS:
- The docroot will be located in a directory called "RaimaData" in the root directory of the file system. This directory MUST exist before the
rdm-tfs
utility is executed. - The application program will create the database image in the docroot if it does not already exist. The
rdm-tfs
utility must be running before the user application is started. - The HelloWorld example will use a simple database that will store the text, "Hello World!", in a new row in the database every time the application is executed.
- The application will also read and display all the current rows in the database.