home *** CD-ROM | disk | FTP | other *** search
-
- If you are a registered user of CDB and a new release becomes available,
- you may obtain a new release by sending $5 for handling to Daytris at:
-
- Daytris
- 81 Bright St. Suite #1E
- Jersey City, NJ 07302
- (201) 332-5228
-
- Note: If you have registered within the last 45 days of a new release,
- the $5 fee will be waived.
-
-
- Version 1.14 update information
-
- - DDLP.EXE was searching for and end-of-file character (0x1A) in the .DDL
- file to trigger the file parsing termination. If an editor was used to
- create the .DDL file that did not store an end-of-file character, DDLP
- would get confused. DDLP would spit out "expecting 'struct' keyword"
- error messages. Modified MAIN.C.
- - If a .DDL file contained no connections (no use of 'connect' keyword),
- CDB would attempt to allocate space for 0 owners and 0 members when
- the database (.DBD) file was opened. Modified DBMGR.C and DBFUNCS.C.
-
-
- Version 1.13 update information
-
- - Sets can now be stored by a key field. The key can be any field in the
- member record. To implement this feature, no code changes are required,
- modification of the .DDL file is the only sufficient change needed. See
- the documentation for exact use. This feature will not work with existing
- data and key files.
-
-
- Version 1.12 update information
-
- - Problem with DbGetSetOwner call. The function was not being called
- properly. Modified DBMGR.C, DBGET.C, and DBXTRN.H.
-
-
- Version 1.11 update information
-
- - Fixed record sorting problem in DDLP.EXE. This could be a problem in
- any DDL definition. The symptoms are an E_NORECNAME code being returned
- after a DbRecordAdd call even though the record name exists in the DDL.
- Modified DDLP.C, DDLP.MAK, and DDLP.H.