diff options
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | query/README | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -7,8 +7,8 @@ For more information see: http://www.codesynthesis.com/products/odb/ This package contains the ODB examples. The following list gives an -overview of each example. See the README files in example directories -for more information on each example. +overview of each example. See the README file accompanying each example +for more information. hello A "Hello World" example that shows how to use ODB to perform basic diff --git a/query/README b/query/README index 6f6a858..db25ce8 100644 --- a/query/README +++ b/query/README @@ -1,4 +1,4 @@ -This examples shows how to use the ODB Query Language to search the database +This example shows how to use the ODB Query Language to search the database for persistent objects matching certain criteria. The example consists of the following files: |