The program is a powerful and multi-featured command line DBF viewer and editor. It is similar in some ways to SQL. Though the command-line syntax differs, the principles are the same.
Compare:
|
CDBFlite supports all types of existing fields, including memo fields.
CDBFlite can be used on a web server.
cdbflite < filename.dbf | pattern > < parameter | @filename.lst | +filename.dbf >
filename.dbf - the name of .dbf-file, is necessary. With this file will make defined actions. Instead of a file name is allowed a pattern.
CDBFlite requires one or more parameters also. You can place
parameters into file and call CDBFlite as:
cdbflite filename.dbf @yourfile
Commands in the file must be written as one command at the one line. All blank lines, and lines beginning with ';' are ignored. The file can contain the references to other files.
You can create the cdbflite.ini file and write to it any commands. They will be executed each time up to all commands. You can set commands such as ansi/oem, case, del...
If parameter has a kind "+filename.dbf", CDBFlite carries out operation APPEND FROM.
