Same DBF with Harbour / xHarbour applications
Same DBF with Harbour / xHarbour applications
Has anyone used the same DBFs from different applications made in Harbour and xHarbour at the same time? Have you had any problem with the indexes or of any other kind?
C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Same DBF with Harbour / xHarbour applications
Yes
yes I use it with both, I have not found any problem. I use this config
REQUEST DBFCDX
rddsetdefault( "dbfcdx" )
REQUEST DBFFPT
SET DBFLOCKSCHEME TO 2 // clp53
REQUEST HB_LANG_IT
HB_LANGSELECT( 'IT' )
#ifndef __XHARBOUR__
request HB_CODEPAGE_ITWIN
set( _SET_CODEPAGE, "ITWIN" )
#endif
Maurizio
www.nipeservice.com
yes I use it with both, I have not found any problem. I use this config
REQUEST DBFCDX
rddsetdefault( "dbfcdx" )
REQUEST DBFFPT
SET DBFLOCKSCHEME TO 2 // clp53
REQUEST HB_LANG_IT
HB_LANGSELECT( 'IT' )
#ifndef __XHARBOUR__
request HB_CODEPAGE_ITWIN
set( _SET_CODEPAGE, "ITWIN" )
#endif
Maurizio
www.nipeservice.com
Re: Same DBF with Harbour / xHarbour applications
Hi,
I use the same DBF from different application in Network environement .
I am still using NTX and not CDX .
When it is possible a close and open the DBF + NTX after a write process .
I have a DBF with 100 000 records and 5 NTX files and have no corruption .
It is more than 10 years that i not have REINDEX this files.
Anyway, the future is SQL and it is the best think to do .
Realy fast and easy when you have relation between files .
Philippe
I use the same DBF from different application in Network environement .
I am still using NTX and not CDX .
When it is possible a close and open the DBF + NTX after a write process .
I have a DBF with 100 000 records and 5 NTX files and have no corruption .
It is more than 10 years that i not have REINDEX this files.
Anyway, the future is SQL and it is the best think to do .
Realy fast and easy when you have relation between files .
Philippe