WhiteTown Software, the official website.
Site map Home News Download Order Contacts Service   RU

General
Overview
Main Window
Menu File
Menu View
Menu Edit
Dialog Options
Menu Script
Menu Help
How to buy
Command line
Language Reference
Script structure
Data types
Classes
Functions
Events
Enumerations, Sets and Arrays
Pascal
C++
Java Script
Visual Basic
Functions
OpenBase
CloseBase
RecCount
FieldCount
ReadRecord
WriteRecord
FieldNumber
GetStr
GetValue
IsMemoField
IsDigitalField
IsCurrentDeleted
IsDeleted
ClearRecord
ClearField
SetValue
MarkDeleted
RecallRecord
DeleteRecord
AppendRecord
InsertRecord
SortBase
RemoveSort
SetFilter
RemoveFilter
Pack
Zap
Write
Writeln
StopScript
GetFileType
GetRecordLength
GetFieldName
GetFieldType
GetFieldSize
GetFieldFloat
NewDatabase
AddField
CreateDatabase
CreateAndOpenDataBase
RecordToCSV
SetCodepage
ParamCount
ParamStr

CDBF for Windows
CDBF for Windows (console)
CDBF for DOS
CDBF for Linux
CDBFlite
CDBFapi
DBF Script
CDBFinfo
CDBFShell
CDBFview

Online Database Converter
New!

Database Converters
DBF to CSV
DBF to MDB (Access)
DBF to XLS (Excel)
DBF to HTML
DBF to SQL
DBF to XML
DBF to PDB (Palm DataBase)
DBF to DBF
MDB (Access) to DBF
XLS (Excel) to DBF
CSV to DBF
PDB (Palm DataBase) to DBF
DBF Converters' Shell

DBF Script Help - a powerful tool to manage DBF files.

Overview - What is DBF Script?

  • About
    DBF Script is a powerful tool which allows you to create small programs (scripts) to manage dbf files. It is useful for the programmers who want to make something special with DBF files.
    In DBF Script you can create new, edit existing, print and run scripts.
    Unique feature of DBF Script is ability to use several languages (PascalScript, C++Script, JScript and BasicScript), so you can write scripts using your favourite language. Internal editor supports of C++, Pascal, JavaScript and VisualBasic syntax highlighting.
    DBF Script combines fast code execution, small footprint, rich set of features and a splendid scalability. It is the most flexible and powerful tool to manage DBF files!

    Features:

    • Multi-language architecture allows you to use several languages (PascalScript, C++Script, BasicScript, JScript).
    • Standard language set: variables, constants, procedures, functions (nested functions allowed) with var/const/default parameters, all the standard operators and statements (including case, try/finally/except, with), types (int, float, bool, char, string, multi-dimensional array, enum, variant), classes (with methods, events, properties, indices and default properties).
    • Types compatibility checking.
    • Access to any object inside your application. Standard libraries for the access to the base classes, controls, forms and BD. Easily expandable library architecture.

    Missing features:

    • No type declarations (records, classes) in the script; no records, no pointers, no sets (but you can use 'IN' operator - "a in ['a'..'c','d']"), no shortstrings, no GOTO statement.
    • C++Script: no octal constants; no 'break' in the SWITCH operator (SWITCH works like Pascal CASE); '++' and '--' operators are possible only after the variables, that is '++i' is not allowed; '--', '++' and '=' operators do not return a value, that is 'if(i++)' is not allowed; all the identifiers are case-insensitive; NULL constant is the Pascal Null - use nil instead of NULL.

  • Requirements
    DBF Script works on Windows 95/98/NT/2000/Me/XP/Vista.

0.00698399543762 | Privacy policy | Copyright © 1996-2010, WhiteTown Software