Search found 577 matches: temporary

Return to advanced search

Re: dbfntx very slow with 2+ users

... 10 / 11 :!: --- since SMB2 we have a "Local Cache" which can made Problem when use "Local" Action this is e.g. with "temporary" Action like INDEX ON or FERASE(localfile) btw. Question : does FiveWin "lock" Index like Xbase++ do :?: read here what is ...
by Jimmy
Thu Mar 31, 2022 3:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbfntx very slow with 2+ users
Replies: 41
Views: 7104

Re: Error in database.prg?

... that conflict with any methods of datas of TDatabase/ In such cases, we can rename the field temporarily inside the TDatabase object and use the temporary new name to access/assign values. For example oDbf:MapCol( "END", "ENDX" )? oDbf:EndXoDbf:EndX := <val>  ...
by wartiaga
Thu Feb 17, 2022 2:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can you use a field named End with Class TDataBase ? yes!
Replies: 15
Views: 1035

Re: Error in database.prg?

... that conflict with any methods of datas of TDatabase/ In such cases, we can rename the field temporarily inside the TDatabase object and use the temporary new name to access/assign values. For example oDbf:MapCol( "END", "ENDX" )? oDbf:EndXoDbf:EndX := <val>  ...
by nageswaragunupudi
Thu Feb 17, 2022 1:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can you use a field named End with Class TDataBase ? yes!
Replies: 15
Views: 1035

datatype

when I go to create the temporary order in memory (see this topic http://forums.fivetechsupport.com/viewtopic.php?f=3&t=41377&start=0&sid=125ed95a697356ee0ca6845b50441ee5 ) I load the types of the database ...
by Silvio.Falconi
Mon Feb 07, 2022 11:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: datatype
Replies: 1
Views: 312

Re: clearing of archives

I would concider Make a conversion folder (for putting temporary dbf) from the program folder copy the needed dbf's with the copy structure command to conversion folder (dbf's will be empty but have all fields) fill the dbf in the conversion folder ...
by Marc Venken
Thu Jan 20, 2022 10:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: clearing of archives
Replies: 5
Views: 330

Re: System info, Tips & Tricks, scharing project info

... and for all others make a temp index (even with the tmp clause) that i discovered. they will be active all the time. Whether you use a filter or a temporary index, you are going to have to read the entire database over the network for each field replacement. Except that there is one 1 call when ...
by James Bott
Sat Jan 15, 2022 10:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: System info, Tips & Tricks, scharing project info
Replies: 20
Views: 1608

Re: Best technic to use the set relation to syntax

Have you tried using INDEX ON MEMORY / TEMPORARY?

If you have a little example, it gets easier.

Hugs.

Regards, saludos.
by karinha
Thu Jan 06, 2022 10:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Best technic to use the set relation to syntax
Replies: 11
Views: 842

FWMariaDB and XBrowse - Query - Mr. Rao

... information of a query that includes 4 tables, but only allows me to edit the main table. I have implemented a solution by storing the query in a temporary table, but I have several cases like this in a development and I would be interested to know if it is possible to edit all the tables at the ...
by jose_murugosa
Tue Dec 21, 2021 11:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWMariaDB and XBrowse - Query - Mr. Rao
Replies: 0
Views: 144

FWMariaDB y XBrowse - Consulta Query

... information of a query that includes 4 tables, but only allows me to edit the main table. I have implemented a solution by storing the query in a temporary table, but I have several cases like this in a development and I would be interested to know if it is possible to edit all the tables at the ...
by jose_murugosa
Tue Dec 21, 2021 11:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWMariaDB y XBrowse - Consulta Query
Replies: 2
Views: 336

Re: BBCode para Edit - Memo

An easy way is the save it as a temporary HTML file and view it as HTML. Example:   local cText := "Normal <b>Bold text</b> <i>this is italics</i> again normal"   local oDlg, oActivex   HB_MEMOWRIT( "temp.html", ...
by nageswaragunupudi
Mon Jun 21, 2021 9:54 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: BBCode para Edit - Memo
Replies: 3
Views: 1039

Re: Consulta Array o Dbf en Xbrowse

Haz intentado indexarlo con la clausula TEMPORARY antes de mostrarlo en el xbrowse?
by artu01
Sat Jun 12, 2021 5:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta Array o Dbf en Xbrowse
Replies: 14
Views: 1866

Re: DOS Error 267)

Mr.Otto, I create Temporary Indexes as under and working Ok since a long time. USE <database> INDEX ON <field> TAG <cTag> TEMPORARY or MEMORYOrdSetFocus(cTag)  Plese note that TO <FileName> clause is ...
by RAMESHBABU
Sat Jun 05, 2021 4:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DOS Error 267)
Replies: 10
Views: 1127

Re: Installation of mod_harbour as module or fastcgi handler

"Current mod_harbour has the technical limitation than on each request libharbour.dll gets copied to a temporary folder" Uh, that seems quite a huge limitation. "winsat disk" reveals that our testserver seems to be rather slow with disk read/write operations: ...
by chrisiwien
Fri May 21, 2021 10:47 pm
 
Forum: mod_harbour
Topic: Installation of mod_harbour as module or fastcgi handler
Replies: 27
Views: 2981

Re: Installation of mod_harbour as module or fastcgi handler

... around 200 ms Current mod_harbour has the technical limitation than on each request libharbour.dll gets copied to a temporary folder test.prg is the mod_harbour samples folder. The use of HRB files speeds up very much those times
by Antonio Linares
Fri May 21, 2021 4:59 pm
 
Forum: mod_harbour
Topic: Installation of mod_harbour as module or fastcgi handler
Replies: 27
Views: 2981

Re: Mr.RAO - Using TDatarow with other MySql libraries

... for Eagle also with TDataRow and XBrowse. We are enhancing TDataRow in FWH2103 to interface with any external datasource. For now, I will post a temporary work around for you to use TDataRow with Eagle1, though in a limited way but enough for most practical purposes. Please wait for a day. Hello ...
by Compuin
Wed May 05, 2021 10:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr.RAO - Using TDatarow with other MySql libraries
Replies: 9
Views: 1085
PreviousNext

Return to advanced search