Clipper 5.2e + COMIX application & FWH

Post Reply
User avatar
Robert Frank
Posts: 95
Joined: Fri Nov 23, 2007 4:43 am
Location: Gdynia-Poland
Contact:

Clipper 5.2e + COMIX application & FWH

Post by Robert Frank »

I have few old applications made in clipper 5.2e + comix.

Is this safe to run at the same moment FWH application (xHarbour) on the same dbf and cdx files.?

I use:
SET DBFLOCKSCHEME TO 2

What can I do to prevent dbf or cdx files damage?
Is this possible to use both of systems in one time?

Robert
Robert Frank
User avatar
Roger Seiler
Posts: 223
Joined: Thu Dec 01, 2005 3:34 pm
Location: Nyack, New York, USA
Contact:

Post by Roger Seiler »

In theory, it's possible to do this without damaging the files. However, I don't have any DOS clipper 5.2e apps currently coexisting with xHarbour apps using the same files. Thus I can't tell you "yes" for certain.

I suggest that you create a set of test files and then access them with a simple test app that has versions in DOS Clipper 5.2e and also in xHarbour, and then run both apps at the same time and see what happens. In addition to the dbf and cdx test files, I suggest that your test files include an FPT memo as well to make sure that memos won't get corrupted.

If you don't already have xHarbour, you can find out how to download it for free from xharbour.org in order to do your tests.

- Roger
User avatar
Detlef Hoefner
Posts: 312
Joined: Sat Oct 08, 2005 9:12 am
Location: Germany
Contact:

Post by Detlef Hoefner »

Robert,

i use a mixed system of Clipper 5.2e programs ( comix and dbfntx files ) together with xHarbour's dnfntx and dbfcdx.

I also set
SET DBFLOCKSCHEME TO 2

But for my Clipper apps i added "FI NTXLOCK2" to my link script.
Without i had some troubles with error dbfntx 1012 index corruption.

But now it's working ok in our network.

Regards,
Detlef
Post Reply