Search found 58 matches: dbpack

Return to advanced search

Re: hb_base64 link

Third, why is it not included when Harbour is used? Or at least, why is DBPACK not signaled as duplicate definition?

EMG
by Enrico Maria Giordano
Wed Sep 07, 2022 5:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_base64 link
Replies: 57
Views: 3482

Re: hb_base64 link

... already defined in fivehmx.lib(OLDFUNC.obj)LINK : fatal error LNK1104: cannot open file 'LIBC.lib' Dear Enrico, We should rename DbPack(), LoadLibrary(), FreeLibrary() and GetVolInfo() in FWH. The problem is that LoadLibrary() and FreeLibrary() are used in many FWH places... not ...
by Antonio Linares
Wed Sep 07, 2022 4:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_base64 link
Replies: 57
Views: 3482

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: 303

clearing of archives

... with Tdatabase and therefore in share Archives are indexed with the! Deleted () clause I don't know how to do the zeroing of archives and the dbpack since it cannot be done in Tdatabase I don't know if it is better to delete all the archives and create them again or there is another solution
by Silvio.Falconi
Thu Jan 20, 2022 8:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: clearing of archives
Replies: 5
Views: 303

Re: trying with tdatabase

... elementi.dbf, servizi.dbf, listini.dbf, tariffe.dbf Spiaggia.dbf I created the beach and there is a problem because I can not use Dbzap and Dbpack and I do not know how to do it because when I create the beach I work with an array, then I have to delete all the records on the beach.dbf to ...
by Silvio.Falconi
Sat Jan 26, 2019 9:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: trying with tdatabase
Replies: 34
Views: 4792

Re: trying with tdatabase

... be very rare. Tim Tim, >The only times I use Exclusive are when I Zap, Pack, or Index files, and that is very rare On oldest application I use dbpack and Dbzap when : I draw the beach I create the order for Elements, Services, and other archives I create the price list Now I cannot use dbpack ...
by Silvio.Falconi
Sat Jan 26, 2019 9:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: trying with tdatabase
Replies: 34
Views: 4792

Re: questions manage dbf

... is busy or not with rlock and I wait for a cycle of 5 seconds Now the problem is that I have to do a function inmodo to index all files and do the dbpack but I have the problem of checking if users are online
by Silvio.Falconi
Wed Oct 03, 2018 10:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: questions manage dbf
Replies: 17
Views: 3832

Re: questions manage dbf

Silvio.Falconi wrote:where I can use dpack ?

I must create a a new function where I can index all files and I can make dbpack and I must sure no user is on line


Yes.

EMG
by Enrico Maria Giordano
Mon Oct 01, 2018 8:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: questions manage dbf
Replies: 17
Views: 3832

Re: questions manage dbf

So, to insert a record the procedure inserts it but when I have to modify or delete a record , I have to use rlock / dbunclock I cannot use dbpack when I open on share mode I must use SET DELETE ON if I want not show the delete record into xbrowse and I must index with the clausole FOR .not. ...
by Silvio.Falconi
Mon Oct 01, 2018 8:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: questions manage dbf
Replies: 17
Views: 3832

Re: questions manage dbf

...  ES->(DbGoto(nRecord))       ES->(DbDelete())       ES->(DbPack())       ES->(DbGoto(nNext))      if  ES->(EOF()) .or. ...
by dagiayunus
Mon Oct 01, 2018 10:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: questions manage dbf
Replies: 17
Views: 3832

questions manage dbf

... :=  ES->(Recno())       ES->(DbGoto(nRecord))       ES->(DbDelete())       ES->(DbPack())       ES->(DbGoto(nNext))      if  ES->(EOF()) .or. nNext == nRecord          ES->(DbGoBottom())  ...
by Silvio.Falconi
Sat Sep 29, 2018 3:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: questions manage dbf
Replies: 17
Views: 3832

Re: db_zap and db_pack error

SELECT SP
SP->(__DbZap())
SP->(__DbPack())
by FranciscoA
Sun Aug 12, 2018 2:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: db_zap and db_pack error
Replies: 3
Views: 544

db_zap and db_pack error

... Unable to perform link  the lines of old my app are : SELECT SP SP->(Db_Zap()) SP->(Db_Pack()) While for DbPack I found this FUNCTION DbPack() ; RETURN __DbPack() I not found any information for db_Pack and db_zap How I resolve it ?
by Silvio.Falconi
Sun Aug 12, 2018 9:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: db_zap and db_pack error
Replies: 3
Views: 544

Re: funciones de FWH y Harbour en un archivo .txt

... DBOrderInfo(<nDefine>,[<cIndexFile>],[<nOrder>|<cIndexName>],[<xNewSetting>])->xCurrentSetting DBPack()->Nil DBRecall()->Nil DBRecordInfo(<nDefine>,[<nRecord>],[<xNewSetting>])->xOldSetting DBReindex()->Nil DBRelation(<nRelation>)->cLinkExp ...
by carlos vargas
Sat Oct 21, 2017 8:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5710

Re: funciones de FWH y Harbour en un archivo .txt

... DBDrop DBEdit DBEval DBExists DBF DBFieldInfo DBFileGet DBFilePut DBFilter DBFSize DBGoBottom DBGoTo DBGoTop DBInfo DBJoin DBList DBOrderInfo DBPack DBRecall DBRecordInfo DBReindex DBRelation dbRename DBRLock DBRLockList DBRSelect DBRUnlock DBSeek DBSelectArea DBSetDriver DBSetFilter DBSetIndex ...
by carlos vargas
Sat Oct 21, 2017 8:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5710
Next

Return to advanced search