Search found 15 matches: dbflockscheme

Return to advanced search

Re: Error XBROWSE SEEK (while no Index) after change RDD

... only for indexed DBF, when an index is selected. i do NOT use any Index and that OEM DBF have no *.CDX i "just" play with "SET DBFLOCKSCHEME" and suddenly "Increment" is active (how to disable Increment ? ) :?
by Jimmy
Tue May 02, 2023 3:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error XBROWSE SEEK (while no Index) after change RDD
Replies: 9
Views: 562

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" ...
by Maurizio
Fri Jan 15, 2021 1:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Same DBF with Harbour / xHarbour applications
Replies: 3
Views: 448

how create error.log in FWH

... SET CONFIRM........: OFF SET CONSOLE........: ON SET COUNT..........: 0 SET CURSOR.........: 1 SET DATE FORMAT....: MM/DD/YY SET DBFLOCKSCHEME..: 0 SET DEBUG..........: OFF SET DECIMALS.......: 2 SET DEFAULT........: SET DEFEXTENSIONS..: ON SET DELETED........: OFF SET DELIMCHARS.....: ...
by kajot
Wed Dec 14, 2016 4:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how create error.log in FWH
Replies: 10
Views: 2678

FW Error Log with 1408 ( solved )

... SET CONFIRM........: OFF SET CONSOLE........: ON SET COUNT..........: 0 SET CURSOR.........: 1 SET DATE FORMAT....: MM/DD/YYYY SET DBFLOCKSCHEME..: 0 SET DEBUG..........: OFF SET DECIMALS.......: 2 SET DEFAULT........: C:\FOX\SALITE SET DEFEXTENSIONS..: ON SET DELETED........: ON ...
by Rick Lipkin
Sat Oct 11, 2014 3:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW Error Log with 1408 ( solved )
Replies: 8
Views: 2067

Re: National chars in windows, xBrowse ...

... REQUEST HB_LANG_LT REQUEST HB_GT_GUI ANNOUNCE RDDSYS REQUEST DBFCDX function Main() SET DATE FORMAT TO "YYYY.MM.DD" SET DBFLOCKSCHEME TO 2 set( _SET_CODEPAGE, "LTWIN" ) set( _SET_LANGUAGE, "LT" ) ... Maybe also it's needful to convert labels with Fwh ...
by Rimantas
Mon Mar 18, 2013 7:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: National chars in windows, xBrowse ...
Replies: 5
Views: 1314

Re: National chars in windows, xBrowse ...

... REQUEST HB_LANG_LT REQUEST HB_GT_GUI ANNOUNCE RDDSYS REQUEST DBFCDX function Main() SET DATE FORMAT TO "YYYY.MM.DD" SET DBFLOCKSCHEME TO 2 set( _SET_CODEPAGE, "LTWIN" ) set( _SET_LANGUAGE, "LT" ) ... Maybe also it's needful to convert labels with Fwh ...
by Rimantas
Fri Mar 15, 2013 5:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: National chars in windows, xBrowse ...
Replies: 5
Views: 1314

Re: Limitation of open files ...

Function xHBRddInit() REQUEST DBFCDX REQUEST DBFFPT dbSetDriver("DBFCDX") SET DBFLOCKSCHEME TO 3 RETURN NIL I had some problems like yours up to time when I wrote this line SET DBFLOCKSCHEME TO 3[/quote] Wow ! Interesting ! Here is mine : ANNOUNCE RDDSYSREQUEST ...
by Rimantas
Wed Apr 13, 2011 4:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Limitation of open files ...
Replies: 13
Views: 2518

Re: Limitation of open files ...

... ) // hb_langselect('PLWIN') REQUEST HB_CODEPAGE_PL852 REQUEST HB_LANG_PL852 hb_SetCodepage( "PL852" ) hb_langselect('PL852') SET DBFLOCKSCHEME TO 3 RETURN NIL I had some problems like yours up to time when I wrote this line SET DBFLOCKSCHEME TO 3
by Robert Frank
Wed Apr 13, 2011 3:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Limitation of open files ...
Replies: 13
Views: 2518

Re: Erro na compilação

... SET CONFIRM........: ON SET CONSOLE........: OFF SET COUNT..........: 0 SET CURSOR.........: 1 SET DATE FORMAT....: DD/MM/YYYY SET DBFLOCKSCHEME..: 0 SET DEBUG..........: OFF SET DECIMALS.......: 2 SET DEFAULT........: SET DEFEXTENSIONS..: ON SET DELETED........: ON SET DELIMCHARS.....: ...
by jufer
Wed Dec 16, 2009 3:56 pm
 
Forum: All products support
Topic: Erro na compilação
Replies: 53
Views: 20572

Re: DBF/CDX or SQL

Richard, Thanks for you info. But as you can see in the test-program, the programs slows-down even without locking records, so I think DBFLOCKSCHEME will not make it faster. Its strange that it runs very fast on the network if only 1 person use the program. So I think it's not because a virus-scanner ...
by Marc Vanzegbroeck
Sat Oct 24, 2009 8:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF/CDX or SQL
Replies: 28
Views: 8532

Re: DBF/CDX or SQL

... this can be acheived using OS_NETREGOK( .T. ) Anti virus has to be tuned, it can be a nightmare also One thing that may help is to tune the DBFLOCKSCHEME , this has improved performance in our case SET DBFLOCKSCHEME TO 2 is what we use, you can find on xharbour's doc all the different parameters ...
by Richard Chidiak
Sat Oct 24, 2009 8:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF/CDX or SQL
Replies: 28
Views: 8532

... that I'd try to avoid as much as possible as the RDDs are developed by totally different group of people. If you can't avoid it, take note of SET DBFLOCKSCHEME command. You can refer to xHarbour's documentation for a detailed explanation about it. Hope that helps.
by hua
Fri Dec 12, 2008 2:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Size of a NTX File
Replies: 5
Views: 1127

Hi Marc,

this remembers me to my errors.
I'm using 16 bit and 32 bit programs together and i got rid of this problems by
linking ntxlock2.obj to my 16 bit applications
and using "SET DBFLOCKSCHEME TO 2" in my xHarbour code.

hth,
Detlef
by Detlef Hoefner
Thu Feb 28, 2008 8:00 am
 
Forum: FiveWin for CA-Clipper
Topic: Error /13002
Replies: 2
Views: 1082

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. ...
by Detlef Hoefner
Thu Feb 14, 2008 9:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Clipper 5.2e + COMIX application & FWH
Replies: 2
Views: 812

Clipper 5.2e + COMIX application & FWH

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
by Robert Frank
Tue Feb 12, 2008 4:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Clipper 5.2e + COMIX application & FWH
Replies: 2
Views: 812

Return to advanced search