Search found 125 matches: zap

Return to advanced search

Re: Soporte a mariaConnect ?

... oRs:CancelBatch() Batch mode continues till we reset. oRs:SetBatchMode( .f. ) IMPORTANT CAUTION: Even in lBatchMode, METHOD Zap() really Zaps the table in the database. Please do not use it. So for your requirements use BatchMode oRs := oCn:RowSet( ........... )oRs:SetBatchMode( ...
by nageswaragunupudi
Fri Nov 22, 2024 12:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Soporte a mariaConnect ?
Replies: 11
Views: 254

Re: Soporte a mariaConnect ?

... en sistemas sql : requestApi,,, donde estos objetos en memoria los manipulamos, y ya en otra lógica afectamos a la base de datos... Ejp : ojeto:zap()... se elimina la tabla... en la logica... un zap sobre datos reales, es un caso muy especial y de mucho control... pero un zap sobre temporales ...
by russimicro
Tue Nov 19, 2024 8:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Soporte a mariaConnect ?
Replies: 11
Views: 254

Soporte a mariaConnect ?

... "salary" }, { "Anderson", 30000 } ) METHOD Update( aFields, aValues ) --> lSuccess METHOD Delete() --> lSuccess METHOD Zap() no afecten a la base de datos.. que solo solo afecten al recordSet--- La idea es usar bien sea un objeto TArrayData() o RowSet() para migrar de ...
by russimicro
Tue Nov 19, 2024 5:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Soporte a mariaConnect ?
Replies: 11
Views: 254

Re: DBF editors

... always use 2 DBF editors: the one by Enrico and the one by Franklin. Enrico's for quick lookup and browsing and for changing the structure, ZAP, PACK. It runs rock solid. Unfortunately, some functions are missing, like statistics, replace, etc. Please elaborate: which functions are missing ...
by Enrico Maria Giordano
Tue Jun 25, 2024 3:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF editors
Replies: 78
Views: 8772

Re: DBF editors

... always use 2 DBF editors: the one by Enrico and the one by Franklin. Enrico's for quick lookup and browsing and for changing the structure, ZAP, PACK. It runs rock solid. Unfortunately, some functions are missing, like statistics, replace, etc. Since structure changes didn't start at all ...
by karinha
Tue Jun 25, 2024 1:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF editors
Replies: 78
Views: 8772

Re: DBF editors

... always use 2 DBF editors: the one by Enrico and the one by Franklin. Enrico's for quick lookup and browsing and for changing the structure, ZAP, PACK. It runs rock solid. Unfortunately, some functions are missing, like statistics, replace, etc. Since structure changes didn't start at all ...
by Otto
Tue Jun 25, 2024 11:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF editors
Replies: 78
Views: 8772

Re: Reason for closing DBF file

... Error E0059 Invalid SWITCH Constant 'PUTVALUE'. FUENTES\COMUNES\logrdd.prg(414) Error E0059 Invalid SWITCH Constant 'ZAP'.
by russimicro
Fri Sep 15, 2023 11:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reason for closing DBF file
Replies: 23
Views: 1980

Re: Reitero consulta para actualizar un campo con XBrowse

... use ProvFor index ProvFor1, ProvFor2 new use ArtFor index ArtFor1, ArtFor2, ArtFor3, ArtFor4, ArtFor5 new use _ArtFor index _ArtFor1, _ArtFor2 new zap select ArtFor ArtFor->(DbGoTop()) While !ArtFor->(Eof()) select _ArtFor _ArtFor->(DbAppend()) _ArtFor->Articulo := ArtFor->Articulo ...
by José Camilo
Sun Feb 12, 2023 4:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Reitero consulta para actualizar un campo con XBrowse
Replies: 6
Views: 722

Re: Lectura dbf exclusiva

... Una pregunta ¿ Cual es el motivo por el que el otro proceso tiene el archivo abierto en exclusividad ? Ejemplo: USE BANCO EXCLUSIVE NEW INDEX ON.. ZAP APPEND FROM.. etc Lea el manual de Clipper, Harbour o xHarbour, por favor. https://vivaclipper.wordpress.com/2014/02/17/use/ Regards, ...
by karinha
Mon Dec 19, 2022 4:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Lectura dbf exclusiva
Replies: 6
Views: 600

Re: Mr. Rao's samples collection.

... Sample2.DBF :?: when press "Forum Update" it "seems" always to go into Sample1.DBF btw. Default are "new" which mean ZAP before begin ... i recommend "Append" as Default --- IF i store hole Website how to display HTML (not using Browser) in App :?: --- IF ...
by Jimmy
Fri Aug 05, 2022 11:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao's samples collection.
Replies: 139
Views: 26204

Re: clearing of archives

I don't know how to do the zeroing of archives and the dbpack since it cannot be done in Tdatabase


if the table is open exclusively,

oDbf:Zap()
oDbf:Pack()
by nageswaragunupudi
Sun Jan 30, 2022 5:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: clearing of archives
Replies: 5
Views: 421

Re: clearing of archives

... also be done timed ex. at 04.00 am so there is no one on the system. The same can also be done in the program directory but there you can use the ZAP command or function.
by Marc Venken
Thu Jan 20, 2022 10:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: clearing of archives
Replies: 5
Views: 421

Re: clearing of archives

... of messages between users of the same program and then I have to proceed and then I can use the archives in exclusive mode and use pack and zap. Are there any other solutions?
by Silvio.Falconi
Thu Jan 20, 2022 9:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: clearing of archives
Replies: 5
Views: 421

Re: es una broma , no?

Había algo, una utilidad, para deshacer el zap, porque el zap simplemente es una marca en la cabecera de la .dbf
by hmpaquito
Sat May 15, 2021 1:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: es una broma , no?
Replies: 8
Views: 1344

Re: Soporte de ADO mejorado en FiveDBU

Excelente herramienta me esta haciendo falta comandos pack zap locate gracias
saludos
Wilson
by wilsongamboa
Wed Aug 19, 2020 7:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Soporte de ADO mejorado en FiveDBU
Replies: 19
Views: 3037
Next

Return to advanced search