Trisk
Contact: info@crooit.comFax/Phone: 907-694-8791

Contents
*Home
*Products
*Services
*News
*Feedback
*Privacy
*Links
Ribbon

PW32Sync Folder(s) Replication

PW32Sync is designed to replicate local workstation folders with a master source which typically resides elsewhere on a network and is ideally suited for automating the flow of changes in your Paradox applications. Make updates on the master copy and have those changes flow to each workstation.

A folder structure using subdirectories for a Paradox application might look like:

..\MyApp-->\Forms
           \Scripts
           \Libs
           \Reports
           \Tables
           \Queries
           \Other

We want to replicate this structure with the following restrictions:

1. The "Tables" subfolder is not replicated - these are our shared, networked tables
2. There are several profile files in the "Other" subfolder containing entries that are workstation specific that we want to skip and not replicate.

Assume that the master copy is located at "x:\MyApp" mapped to BDE Alias "MyApp" and that the local replica is at "c:\MyApp".

Example

var
   arExcludeFiles       Array[] String
   liError              LongInt
   stErrorDescription   String
endVar
;
; Folders and Files to exclude from replication
;

   arExcludeFiles.addLast("Tables*")          ;Exclude the folder "Tables"
   arExcludeFiles.addLast("Other\\*.ini")     ;Exclude INI files in folder "Other"
;
   SyncApplication(":MyApp:",                 ;Master Source
                   "c:\MyApp",                ;Replica Source
                   True,                      ;Include Subdirectories
                   "*.*",                     ;Files to include
                   arExcludeFiles,            ;Exclusion Array
                   liError,                   ;Error Code
                   stErrorDescription)        ;Error Description

Key Benefits

  • 100% ObjectPAL for maximum Corel Paradox® compatability
  • No COM controls to license or distribute
  • Fast and accurate
  • BDE Aliases and/or fully qualified path names for the source master copy and the destination replica
  • Use of wildcards for selecting files from the master source
  • Fully recursive replication with subdirectories
  • Selective exclusion of files and folders
  • Only files that have changed (size or modified date/time) are replicated
  • If requested, the master folder structure is fully replicated as well

Pricing (Buy Now!)

$49 USD includes a license for unlimited distribution in your applications.

Support for Corel Paradox® versions 9 and 10 is available.

Download a fully functional unlimited trial version that includes a registration reminder.


Company and product names are trademarks of their respective companies.Copyright 2003 © Crooit Software
Last Updated on August 29, 2003Valid HTML 4.01
Counter Visitors since October 2, 2002