Search found 95 matches: reindex

Return to advanced search

Re: hb_cdxPageSeekKey how to intercept this error

Antonio,
next time it happens I provide screenshot.
1) I create a screenshot
1) I save dbf+fpt+cdx
2) reindex
4) restart app
5) post in this forum the screenshot

Many thanks to all
by MarcoBoschi
Thu Oct 19, 2023 1:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_cdxPageSeekKey how to intercept this error
Replies: 18
Views: 764

Re: hb_cdxPageSeekKey how to intercept this error

Dear Marco,

try to reindex

You can always use a modified error handler:

SetErrorhandler( { | oError | ... } )
by Antonio Linares
Wed Oct 18, 2023 4:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_cdxPageSeekKey how to intercept this error
Replies: 18
Views: 764

hb_cdxPageSeekKey how to intercept this error

... How can I create a little prg that during execution go into this error in order to study the way to intercept it and for instance perform a reindex or simply try write a personlized error.log? it's painful when it happens marco
by MarcoBoschi
Wed Oct 18, 2023 4:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_cdxPageSeekKey how to intercept this error
Replies: 18
Views: 764

Re: Imágenes en una DBF

... think our data is valuable. At first I used the DBF file with the CDX index. Often there is damage to the index file and the time required to reindex it is also not short. Another problem is the speed of access if the number of records is very large. often the command 'seek' or 'locate for' ...
by Mulyadi
Thu Feb 18, 2021 3:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imágenes en una DBF
Replies: 24
Views: 1843

Re: Imágenes en una DBF

... management system and a fileting cabinet. 1+++++ I have been using the Oracle database for a long time. I don't want to be bothered with Index, Reindex, Backup, and other problems. and also the quality of hardware on database performance. that oracle is paid, yes, there will be no convenience ...
by hmpaquito
Thu Feb 18, 2021 8:00 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imágenes en una DBF
Replies: 24
Views: 1843

Re: Imágenes en una DBF

... management system and a fileting cabinet. 1+++++ I have been using the Oracle database for a long time. I don't want to be bothered with Index, Reindex, Backup, and other problems. and also the quality of hardware on database performance. that oracle is paid, yes, there will be no convenience ...
by Mulyadi
Thu Feb 18, 2021 1:23 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imágenes en una DBF
Replies: 24
Views: 1843

Re: Same DBF with Harbour / xHarbour applications

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

Re: ¿ Por qué el MsgMeter no Funciona ?

Porquê nos usas METEREX?

\samples\TESTMEX?.PRG - Moderno

\samples\REINDEX.PRG - Viejo no me gusta más... jajajajaja.

Saludos.
by karinha
Thu Aug 15, 2019 12:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿ Por qué el MsgMeter no Funciona ?
Replies: 3
Views: 705

Re: dbfs on Network : wich performance method?

... at the same mode ( txdata) or I must open it on esclusive mode ? Generally the only reason you need open files in exclusive mode is to pack and/or reindex them. If every user has to have access to these files, then you need to open them in shared mode. James
by James Bott
Tue Oct 30, 2018 3:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbfs on Network : wich performance method?
Replies: 26
Views: 5450

Re: questions manage dbf

... require the exclusive use of a table with either SET EXCLUSIVE ON or USE...EXCLUSIVE: CONVERT DELETE TAG INDEX...TAG MODIFY STRUCTURE PACK REINDEX ZAP
by dagiayunus
Mon Oct 01, 2018 10:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: questions manage dbf
Replies: 17
Views: 3829

Re: Invisible CDX files

... for the input. It just occurred to me, that I can add a check for the needed CDXs into the program. Actually, I already had: if ! file(work.cdx) …(reindex) endif For each CDX, but when I looked at the directory not all of them were there. That is what started the confusion. Anyhow, now I know the ...
by James Bott
Thu Sep 06, 2018 4:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Invisible CDX files
Replies: 21
Views: 3304

Re: Mr. Rao's samples collection.

Marc, it is not a real reindex it is a clean reset. All what I do is closing all areas and deleting the indexfiles. Next I force a < restart > There is a small program < restart.exe > from Daniel included. Because of the ...
by ukoenig
Thu Feb 08, 2018 8:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao's samples collection.
Replies: 139
Views: 20633

Re: Mr. Rao's samples collection.

Hey Uwe,

For the Xbrowse header index :

I noticed that when you select a other file (example ..) AND you hit the reindex key, than the indexes work again on the headers.

In the Prg the function is not included, but maybe you have to look there for a solution.
by Marc Venken
Thu Feb 08, 2018 8:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao's samples collection.
Replies: 139
Views: 20633

New FTDN September/Septiembre 2017 (FWH 17.09)

... existing filter expression If cFilter is "", clears filter and if cFilter is nil, no action - New: ClearFilter() clears filter - New: ReIndex() - New Data: nBufRec. Represents recno() corresponding to the oDbf:aBuffer in memory. When oDbf:Blank() is called, this value is Zero. - Hint: ...
by Antonio Linares
Wed Oct 04, 2017 7:43 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2017 (FWH 17.09)
Replies: 3
Views: 3336

TDatabase FWH 17.08 : Datas and Methods

... to the record or appends new record if lNew is .t. 75. RecUnLock( [nRecNo] ) nRecNo defaults to current record. Unlocks specified record only 76. ReIndex() ReIndexes the database. FWH 17.08 77. RollBack() Cancels any changes made to current record of DBF, pending commit to disk. See also ::Updated() ...
by nageswaragunupudi
Fri Sep 15, 2017 12:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase FWH 17.08 : Datas and Methods
Replies: 1
Views: 1782
Next

Return to advanced search