Jump to content

Frickler

Members
  • Content Count

    26
  • Joined

  • Last visited

Posts posted by Frickler


  1. Until 2005 we used to use QuickReport Pro with QuickReport Designer, which was very buggy at that time. So we tried ReportBuilder Pro. It was very stable, had great documentation and lots of useful features. But it was so slow. Printing a report took more than ten times as long as with QR. Then we tried FastReport - and never looked back.


  2. On 1/7/2022 at 10:29 AM, audi30tdi said:

    I use Paradox tables in my old application, and therefor I use the Database Desktop. But as @Virgo said, it shows the error, and the nothing more happens after I click run this program without getting help............

    FireDAC doesn't support Paradox at all. You have to port to another Database, e.g. Firebird. But beware, no more SetRange and Filter, but SQL only.


  3. On 1/5/2022 at 2:09 PM, Serge_G said:

    Good news to have now recursive ones, and can we expect in a near future, windows functions?

    I don't think so.

     

    I think InterBase is designed to be very slim and fast. For example, for everything except the most essential internal functions you have to use UDFs. Furthermore, it looks to me that the main use case is still embedded SQL like in ye olden times of InterBase on UNIX.


  4. On 11/16/2021 at 12:40 PM, Henry Olive said:

    Thank you SO MUCH  Serge, Vandrovnik

    SUBSTRING solves my problem
     

    Interbase has virtually no internal functions. Not even in the newest versions. All has to be done in UDFs. The Firebird developers on the other hand had changed that from the beginning.


  5. On 11/18/2021 at 8:33 PM, Dmitry Arefiev said:

    Delphi 11 Update 1 will support Firebird 4.

    Full support including the new 128 Bit types, timestamp with timezone and the new batch API for INSERT/UPDATE?

    I ask because UniDAC/IBDAC only supports a subset at this time.


  6. On 8/13/2021 at 4:41 AM, Joseph MItzen said:

    ...it was SLOW. Incredibly slow. Queries that ran instantaneously in dbs like FireBird took many seconds to run in Absolute. In fact I recently ran across one of my old programs compiled with Absolute Database and ran it on a modern CPU and... yes, it wasn't my imagination. Still unbelievably slow on a system that has to be at least six times faster than the one the code was originally written for. 

    Using SQL, it's slow. But Absolute Database isn't made for SQL, but for good ol' ISAM: IndexName, SetRange, Locate, Filter, you name it. There (and in single user mode) it is really fast. And you not only don't need any DLLs to access it, you can even embed the database into the EXE (for read only databases such as catalogues). 


  7. On 7/1/2019 at 12:07 PM, Attila Kovacs said:

    @PeterPanettone No, I'm not slandering anything. I'm trying to stay objective and I welcome any new components, I'm sure you did not read my previous posts in this thread. Also, I'm using only svg's in my apps since years. Here is a little demo with http://www.riversoftavg.com/svg.htm and there is at least one more SVG lib which is suitable for this not including svg magic.

     

    I can see pros and cons in both libs but I won't go into the details.

     

     

    here.zip

    Could you please provide the source code of your little demo?

×