Search found 161 matches: comparison

Return to advanced search

Re: Question about performance RowSet

... updates, inserts, deletes, sorts, filters, etc. are all extremely faster than the other libs. If we look back in the forums, we posted speed comparison with other libraries a few years back. When a RowSet is opened for ReadOnly, again the initial reading is faster. oRs := oCn:RowSet( ...
by Eroni
Wed Mar 20, 2024 1:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4039

Re: Question about performance RowSet

... updates, inserts, deletes, sorts, filters, etc. are all extremely faster than the other libs. If we look back in the forums, we posted speed comparison with other libraries a few years back. When a RowSet is opened for ReadOnly, again the initial reading is faster. oRs := oCn:RowSet( ...
by nageswaragunupudi
Sat Mar 16, 2024 10:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4039

Re: not ISOEM(), ISANSI() or IsUTF8()

Thanks again. Here is the comparison between 1. Direct OEM view from Command Prompt using Harbour's DBEDIT. 2. FWH XBrowse of the same DBF in ANSI, just by using one flag oBrw:OemAnsi := .t. 3. Excel as exported using DrXlsx by the new ...
by nageswaragunupudi
Sun Sep 03, 2023 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2098

Re: HOW REPORT PREVIEW CAN BE CUSTOMIZED ?

... want to briefly comment on inheritance. I use it. I think concepts always need to be reevaluated over and over again. The powerful editors with comparison functions (e.g., VS) make it very easy to compare different states of software. There is also no general statement. But I think inheritance ...
by Otto
Mon May 15, 2023 6:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HOW REPORT PREVIEW CAN BE CUSTOMIZED ?
Replies: 8
Views: 412

Re: Xbrowse bBargetAction and the filtering function for it

... Ref123 and Ref12345 and dataRef123 . I would like a checkbox to set exact or so for only Ref123 This is the result you should expect because the comparison operator used in the filter is '$' If you want the filter to return all records with the field starting with the value, the filter condition ...
by nageswaragunupudi
Sun Jul 03, 2022 3:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse bBargetAction and the filtering function for it
Replies: 4
Views: 839

Speedtest DBF vs. LetoDB and mySQL

Dear freids, hbDBSpeedTests Our friends Angel and Diego published a speed comparison between DBF, LetoDB and mySQL. Thank you so much to them. It is actually as I have always experienced. DBF is an ideal database for small applications. Here are the first results. ...
by Otto
Fri Oct 15, 2021 12:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Speedtest DBF vs. LetoDB and mySQL
Replies: 0
Views: 254

Speedtest DBF vs. LetoDB and mySQL

Dear freids, hbDBSpeedTests Our friends Angel and Diego published a speed comparison between DBF, LetoDB and mySQL. Thank you so much to them. It is actually as I have always experienced. DBF is an ideal database for small applications. Here are the first results. ...
by Otto
Fri Oct 15, 2021 12:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Speedtest DBF vs. LetoDB and mySQL
Replies: 22
Views: 1779

Re: HTML Report - is there a reason nobody cares?

@Endico, "maximum power and versatility" that's just an assertion that you have to prove in a comparison and competition. :-) I already prove it because, as I said, I've been using HTML for years to write reports for web applications. At least to me, FWH TPrinter ...
by Enrico Maria Giordano
Mon Aug 02, 2021 3:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML Report - is there a reason nobody cares?
Replies: 27
Views: 1740

Re: HTML Report - is there a reason nobody cares?

... yesterday. Just send me the test - prg. @Endico, "maximum power and versatility" that's just an assertion that you have to prove in a comparison and competition. :-) I know you are a superb web programmer. Let's make a list of the appearance of the reports, simplicity of the source ...
by Otto
Mon Aug 02, 2021 12:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML Report - is there a reason nobody cares?
Replies: 27
Views: 1740

Re: Windows 11 Fluent Design

Hello friends, It is true that software is judged by the interface. But the comparison with the book cover lacks. The interface design in software is all about it. On the other hand, you don't need the book cover for a book. Here is where the story counts. With ...
by Otto
Sun Jul 11, 2021 7:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 11 Fluent Design
Replies: 43
Views: 9402

Installation of mod_harbour as module or fastcgi handler

... "ace64.dll could not be found on disk" "C:\Windows\system32\OLEAUT32.dll module has missing imports" Debian 9 Stretch (for comparison Linux/Windows) modharbour via Apache module mod_harbour.so: Error: mod_harbour version Jul 14 2020, 14:33:26/tmp/libharbour.507655936.916993992: ...
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

Re: time schedule system

Hello friends,
Here you can see a size comparison.
Regards,
Otto


Image
by Otto
Fri Apr 16, 2021 8:35 am
 
Forum: mod_harbour
Topic: time schedule system
Replies: 5
Views: 700

Re: Bug in Harbour Descend()

... looks correctly sorted... I investigated a little and I found that there is a flag in the code pages "BinarySort" that indicate if the comparison can be simply binary or more complex, it is true for "en" and false for "itwin" Try this:     ? chr(199)<chr(205) ...
by AntoninoP
Tue Apr 13, 2021 8:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in Harbour Descend()
Replies: 34
Views: 1704

Re: Sistema multi empresa con mysql

... to. In the long run, this approach will benefit you. If you keep separate databases for each company, then on a later date if you need to prepare comparison reports then it is going to be cumbersome connecting with different databases. I am not saying that it is not possible to connect to different ...
by joseluisysturiz
Thu Feb 25, 2021 4:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Sistema multi empresa con mysql
Replies: 16
Views: 1826
Next

Return to advanced search