is a powerfully and extremely fast
database in its own right but with the extra added power of the
FTS (Fast Text Search) technology the high speed retrieval of
abstract textual data is very easy. Try a searching a 100,000
record database in 1 second or less UNDER Windows. No worries...
The overall concept and implementation is contained in a
DOC file and as a Dbserver server class called SEARCHSERVER. The
original wrapper code and SearchServer were devleoped by Steve
Quinn of BRUTECOM COMPUTERS for use in a VO2 application we
developed. You will need VO2 or VO2.5 to get use of this
code which is contained in
VO2FTSDEMO.ZIP. Just double click to
download the file. You will require the FTS32.DLL which can be
purchased and downloaded from LUXENT software.
is a full 32bit Windows development
environment which can not only create native code 32bit Windows programs but can
also create and use other Windows DLLS. VO can also generate OCXs as well.
Therefore you can call other DLL's or OCX's written in other Windows development
language which gives you the best of both worlds. The following example written
in VO2.5 and also works with VO2.0b4 uses Delphi DLL's but Visual Objects
generated code to create a Backup and Restore environment using ZIP technology.
You will need to have VO2+ to use this code.
BACKUP_RESTORE.ZIP. Just double click to
download the file. All the required files are included.