Search found 455 matches: execution

Return to advanced search

Speedtest DBF vs. LetoDB and mySQL

... do not use much. Take also in note that these samples build indexes which normally are already built. Example a menu. Add connection time plus execution. I insert a screen view from my newspaper page. This takes 1 ms to get the data for the whole megamenu. mySQL needs 17 ms to connect and then ...
by Otto
Fri Oct 15, 2021 12:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Speedtest DBF vs. LetoDB and mySQL
Replies: 22
Views: 1781

Re: MySql Nativa Transacciones. At. Mr. Rao

Will be available in the next release. Applies to execution of DML statements "INSERT,UPDATE,REPLACE,DELETE" directly using oCn:Execute() and to methods: method Insert(...) method Upsert(...) method Update() Implemented new DATA lThrowError ...
by nageswaragunupudi
Sun Sep 19, 2021 10:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: MySql Nativa Transacciones. At. Mr. Rao
Replies: 26
Views: 2514

Re: MySql Nativa Transacciones. At. Mr. Rao

... for errors with other SQL queries. If programmer sets :lRaiseErrorALL := .t., then the Execute() method will raise a runtime error for failure in execution of any query. Then we can write: oCn:BeginTransaction()oCn:lRaseErrorDML := .t.TRY    oCn:Insert(...)    ....CATCH    lSaved ...
by nageswaragunupudi
Fri Sep 17, 2021 6:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MySql Nativa Transacciones. At. Mr. Rao
Replies: 26
Views: 2514

Re: redirecting index.prg

... cause a failure error message. 2. New addition: <?php ... ?> and <?prg ... ?> can be executed simultaneously in HTML. Description: The execution order: first execute PHP code before execution PRG code. This function cannot be executed correctly when the extension is .hrb, because .hrb ...
by ssbbs
Sat Aug 21, 2021 4:55 am
 
Forum: mod_harbour
Topic: redirecting index.prg
Replies: 9
Views: 1083

Re: Resedit closes problems after Windows 10 update

... 0 Level 2 Task 100 Opcode 0 Keywords 0x80000000000000 - TimeCreated [ SystemTime] 2021-07-19T17:47:55.8383949Z EventRecordID 12406 Correlation - Execution [ ProcessID] 0 [ ThreadID] 0 Channel Application Computer RickLipkin-PC Security - EventData ResEdit.exe 1.6.6.0 55440b92 ResEdit.exe 1.6.6.0 ...
by Rick Lipkin
Mon Jul 19, 2021 5:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resedit closes problems after Windows 10 update
Replies: 12
Views: 764

CGIs speed test

... "%s\n", "Hello world from CGI" );   return 0;} You can test it on http://www.modharbour.org/cgi-bin/test Execution speed: around 100ms Now, using a small Harbour test: testh.prg REQUEST HB_GT_STD_DEFAULTREQUEST HB_GT_STDfunction Main()   Test()return ...
by Antonio Linares
Sun May 23, 2021 12:41 pm
 
Forum: mod_harbour
Topic: CGIs speed test
Replies: 0
Views: 331

Installation of mod_harbour as module or fastcgi handler

... The module was not found." With FastCGI: modharbour.exe - call with double click: Windows alert: "The code execution cannot proceed because ace64.dll was not found." -> copy ace32.dll from "mod_harbour/ads/Program Files 64/Advantage 9.0/Server" ...
by chrisiwien
Thu May 20, 2021 1:19 pm
 
Forum: mod_harbour
Topic: Installation of mod_harbour as module or fastcgi handler
Replies: 27
Views: 2888

New FTDN December/Diciembre 2020 (FWH 20.12)

... for most applications. Where large computations are to be performed in large loops writing the code in C using these C functions improves the execution speed considerably.
by Antonio Linares
Mon Dec 28, 2020 10:16 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2020 (FWH 20.12)
Replies: 8
Views: 2562

Re: FWH: Support for Matrix calculations

... for most applications. Where large computations are to be performed in large loops writing the code in C using these C functions improves the execution speed considerably. Example: This code written using FW_Matrix() is taking 3.0 to 4.0 seconds for executing 10,000 times.    for ...
by nageswaragunupudi
Fri Dec 11, 2020 12:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: Support for Matrix calculations
Replies: 3
Views: 726

public variables yes or not

... Static variables are visible only within prg where they are declared The privates are visible from the moment they are declared onwards to their execution The publics are visible throughout the program Locals only within your function where they are declared I see that we can use all types of ...
by Otto
Wed Sep 23, 2020 7:27 am
 
Forum: mod_harbour
Topic: public variables yes or not
Replies: 0
Views: 271

Re: PROBLEMAS CON EL GET EN FWH 20.07

... are working fine without any picture clauses and we can enter "spaces" by clicking on "space bar". Please see testget6.prg in execution: https://imagizer.imageshack.com/img924/9634/F2BYaR.gif
by nageswaragunupudi
Thu Aug 20, 2020 8:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PROBLEMAS CON EL GET EN FWH 20.07
Replies: 5
Views: 700

Re: Mr. Rao, Registros duplicados en xBrowse con un ReQuery

... the data and browse and all this work is done automatically by the method. In case we want to requery with different criteria, we can do it after execution of the method EditBaseRecord() is complete but not half-way during its execution. Eg: ACTION ( oRs:EditBaseRecord(....), oRs:Requery( new ...
by nageswaragunupudi
Fri Jun 26, 2020 6:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mr. Rao, Registros duplicados en xBrowse con un ReQuery
Replies: 12
Views: 1584

Re: Excel from Preview

This is because you are using the same alias as xbrowse to run your report. Your report after execution, moves the record pointer of the same alias to end of file and when you get back to xbrowse, the dbf is at eof. One way is to use oBrw:Report(...) If you want to continue ...
by nageswaragunupudi
Tue Jun 16, 2020 3:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Excel from Preview
Replies: 12
Views: 2385

tprogress cMsg

Can anyone explain to me what "cMsg" is for in the TProgress class: this variable is not inserted in the execution of the control.

sample
oProgress := TProgress():New( 2.8, 2, oDlgProgress, , , , .f.,, 150, 15, "cmsg is useless", .f., .f. )
by Silvio.Falconi
Sat Apr 11, 2020 10:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: tprogress cMsg
Replies: 0
Views: 205

Re: Tdolphin y el fillarray

... hacerlo? gracias. Are you asking the question about TDolphin? With TDolphin, oCn:Execute( query ) returns a logical value, success of failure of execution of the query. This does not return an array. If you are using this with FWH MySql library, then oCn:Execute( "select pais from paises" ...
by nageswaragunupudi
Fri Dec 13, 2019 2:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tdolphin y el fillarray
Replies: 7
Views: 1432
PreviousNext

Return to advanced search