What's new in CDBFlite 1.21?  (since 1.20)

+ Parameter /QUOTES:[single|double] allows you to specify a type of quotes in Character and Memo fields.
+ Parameter /ESCAPE:char allows you to specify a char that will be inserted before quotes if they are in Character or Memo fields. 

What's new in CDBFlite 1.20?  (since 1.15)

+ Parameters /2OEM, /2ANSI allows you to specify the output codepage.
+ Paramaters /OEM2ANSI, /ANSI2OEM allows you to change code page of a table.
+ Parameter /DELDUPES allows you to delete duplicates in a table.
+ /IGNOREQUOTES - do not remove quotes from the command line and parse them literally.
+ Many internal improvements, optimizations.


What's new in CDBFlite 1.15?  (since 1.14)

+ It's possible to specify a type of the output .DBF file.
+ Many small fixes.


What's new in CDBFlite 1.14?  (since 1.12)

+ It is possible to export information from a database to CSV format.
+ It is possible to specify more than 20 fields in command /select.
+ Bug in the command /sort has been fixed.


What's new in CDBFlite 1.12?  (since 1.11)

+ Bug in the /recall command has been fixed.
+ Bug concerned with 29 February has been fixed.
+ Fields described as Numeric(1) were displayed not correctly.
+ Last character '|' in the command /select does not printed more.
+ Parameter /bak[+|-] allows you to create .bak file, if a database is modified.


What's new in CDBFlite 1.11?  (since 1.10)

+ Support of float fields which have an empty whole part.
+ A few serious bugs were fixed in the functions /encode, /decode, /psw.
+ Parameter /verbose. It's possible to use it for debugging.


What's new in CDBFlite 1.10?  (since 1.05)

+ Parameter /sum... allows you to calculate a sum by any field.
+ Parameter /avg... allows you to calculate an average value by any field.
+ Some fixes in command /make.
+ Parameters /encode and /decode allow you to encrypt a database.
+ Parameter /psw... allows you to work with an encrypted database.
+ Internal changes and improvements.


What's new in CDBFlite 1.05?  (since 1.03)

+ You can use functions LTRIM, RTRIM in the filter for character fields.
+ You can compare character strings on exact match with using characters ==
  'test' =  'test'	-> True
  'test' =  'testtest'	-> True
  'test' == 'testtest'	-> False
  'test' == 'test'	-> True
+ CDBFlite.dll for OS/2 can be used in the rexx-functions.
+ To show or to hide records marked as deleted. /deleted[+|-]
+ Compares two files and displays the differences between them.
  /cmp[...]


What's new in CDBFlite 1.03?  (since 1.02)

+ Parameter /hdr[+|-] - show names of fields in command /select.
+ Parameters /browse and /fields. Use with command /select.
+ Parameter /out[...]. Type of output of the information by /select command.
+ Parameter +filename.dbf. The operation APPEND FROM - addition to 
  current file the records from other file.
+ You can use character '-' like '/' in the command line.
+ Changes in command /struct. If filename with the .fox extension
  specified, information about structure will be added to the indicated
  file as command "CREATE TABLE" of FoxPro language.
+ Function DTOS in the filter for date fields.


What's new in CDBFlite 1.02?  (since 1.01)

+ Parameter /trim[...]. Remove leading or/and trailing spaces from a
  character string.
+ You  can use  functions TRIM,  SUBSTR, LEFT,  RIGHT in  the filter
  for character fields.


What's new in CDBFlite 1.01?  (since 1.00)

+ You can use 'Y' and 'N' in the logical fields, same as 'T' and 'F'.
+ Some fixes.
