Search found 80 matches: flock

Return to advanced search

Re: oDbf:Delete() error

...           oPermessi:Skip()         ENDDO then I can delete the user with oUtenti:Delete() before it is not working because need a Flock (1) and I had the setscope on Usuario field ( user) (2) with these two problems only some records were deleted, but now it seems to work fine ...
by Silvio.Falconi
Sun Jun 06, 2021 8:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oDbf:Delete() error
Replies: 15
Views: 1200

Re: oDbf:Delete() error

... Error E0030 Syntax error "syntax error at 'FOR'" 1 error No, it's not As i see it, the oPermessi:Lock() // is actually a Flock and therefore not needed in a loop oPermessi:Exec( { || DELETE FOR oPermessi:Usuario==oUtenti:Clave } ) // block that run all data inside the ...
by Marc Venken
Sat Jun 05, 2021 8:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oDbf:Delete() error
Replies: 15
Views: 1200

Re: oDbf:Delete() error

Silvio.Falconi wrote:Nages,
someone (an american boy) sad me not use lock and unlock (and commit) because
tdatabase make it auto.


Not FLOCK
by nageswaragunupudi
Fri Jun 04, 2021 2:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oDbf:Delete() error
Replies: 15
Views: 1200

Re: ADOFUNC.prg e SQLEXPRESS

... SQLEXPRESS, MSSQL, ORACLE, etc. Well, you need to do it if you are using MSACCESS and adofuncs have function to do this. 2) How to run an Rlock or Flock to prevent two users from working on the same record or groups of records. We can open a table with optimistic locking or pessimistic locking. ...
by nageswaragunupudi
Fri Mar 19, 2021 7:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADOFUNC.prg e SQLEXPRESS
Replies: 3
Views: 544

Re: ADOFUNC.prg e SQLEXPRESS

... ADORDD. SQL è un concetto completamente diverso rispetto ai DBF e rischieresti di non usarne appieno le possibilità. 2) Come eseguire una Rlock o Flock per evitare che due utenti lavorino sullo stesso record o gruppi di record. 3) Se c'è necessità di fare manutenzione sulle tabelle Compattazione, ...
by Enrico Maria Giordano
Fri Mar 19, 2021 6:49 pm
 
Forum: All products support
Topic: ADOFUNC.prg e SQLEXPRESS
Replies: 6
Views: 1182

ADOFUNC.prg e SQLEXPRESS

... using the functions in ADOFUNC. PRG I was wondering: 1) If it is the best way to start or it is better to use ADORDD 2) How to run an Rlock or Flock to prevent two users from working on the same record or groups of records. 3) If there is a need to do maintenance on compaction, reindexing Thank ...
by mauri.menabue
Fri Mar 19, 2021 4:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADOFUNC.prg e SQLEXPRESS
Replies: 3
Views: 544

ADOFUNC.prg e SQLEXPRESS

... le funzioni presenti in ADOFUNC.PRG mi chiedevo : 1) Se è il modo migliore per iniziare o è meglio usare ADORDD 2) Come eseguire una Rlock o Flock per evitare che due utenti lavorino sullo stesso record o gruppi di record. 3) Se c'è necessità di fare manutenzione sulle tabelle Compattazione, ...
by mauri.menabue
Fri Mar 19, 2021 4:56 pm
 
Forum: All products support
Topic: ADOFUNC.prg e SQLEXPRESS
Replies: 6
Views: 1182

Re: se requiere bloqueo con APPEND BLANK

Loren, antes de hacer el append, pon un FLock()
by cnavarro
Wed Sep 04, 2019 11:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: se requiere bloqueo con APPEND BLANK
Replies: 3
Views: 1025

Re: LAN User Messaging Service

Any new infos about a solution ( working sample ) I would like to send a message to the station that belongs to a network FLOCK - error working on the same DBF. I created a sample testing network - functions with messages and xBrowse copy functions using my network-toolbox. A test trying ...
by ukoenig
Mon Jan 14, 2019 10:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: LAN User Messaging Service
Replies: 15
Views: 4307

A toolbox of netfunctions and tDatabase-tests

Hello, I'm working on a toolbox of netfunctions to control any network-error. You can open a DBF twice and test the different netfunctions. Sample 1 : trying to ZAP a DBF it will show your own defined error-messages. http://www.pflegeplus.com/IMAGES/Network2.jpg Sample 2 : trying to ...
by ukoenig
Wed Jan 09, 2019 6:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A toolbox of netfunctions and tDatabase-tests
Replies: 30
Views: 6182

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

... FKLabel(<nFunctionKey>)->cKeyLabel FKMax()->nFunctionKey FLineCount(<cFileName>)->nLineCount FLock()->lSuccess Floor(<nValue>)->nInteger FloppyType([<cDrive>])->nFloppyType FOpen(<cFile>,[<nMode>])->nHandle ...
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: 5627

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

... FileCopy FileDate FileDelete FileMove FileReader FileScreen FileSize FileStats FileStr FileTime FileValid FileWriter FKLabel FKMax FLineCount FLock Floor FloppyType FOpen Found FParse FParseEx FParseLine FRead FReadStr FreeLibrary FRename FSeek FtoC Fv FWordCount FWrite GetActiveObject GetClearA ...
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: 5627

TDatabase FWH 17.08 : Datas and Methods

... index tag name or at the position specified 47. IndexOrder( cTag, cFile ) Serial number of index tag 48. IsFileLocked() If dbf is locked with FLOCK() 49. IsRecLocked( [nRecNo := recno()] ) --> lLocked Returns .t. if the record or file is locked already. 50. KeyCount() Returns OrdKeyCount(). ...
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: 1781

Re: Ayuda DLL

Antonio buenas noches, ahora son estos: Proyecto: Kept5, Entorno: BorlandDLL: [1]:Harbour.Exe Source\Tseguro.prg /m /n /es2 /ki /iP:\32bits\xharbour\include;P:\32bits\FWH\INCLUDE /i /oObj\Tseguro.c xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6406) Copyright 1999-2009, http://www.xharbour.org http:...
by ricardog
Fri Sep 01, 2017 2:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6286

Re: Ayuda DLL

Antonio buenos dias, gracias por la ayuda Agrego la VM.LIB (xharbour), y me manda estos errorres :( :( Proyecto: Kept5, Entorno: BorlandDLL: [1]:Harbour.Exe Source\Tseguro.prg /m /n /es2 /ki /iP:\32bits\xharbour\include;P:\32bits\FWH\INCLUDE /i /oObj\Tseguro.c xHarbour Compiler build 1.2.1 (SimpLex)...
by ricardog
Thu Aug 31, 2017 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6286
Next

Return to advanced search