Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 06/02/25 in all areas

  1. david berneda

    TeeBI free full sources released

    Full free sources of TeeBI data-mining and visualization components for RAD Studio 12.3 released. Includes also installer tool and demos. https://github.com/Steema/Steema-BI-Samples
  2. david berneda

    TeeBI free full sources released

    Yes ! it will be posted soon, most probably MIT
  3. omnibrain

    TeeBI free full sources released

    Would you please add a License (depending on your goals with this)?
  4. emileverh

    Retrieve value of INSERT ... RETURNING ...?

    If I was you in SQLite I defined 'database_id' as AUTOINCREMENT. No duplicates anymore! CREATE TABLE databases ( database_id INTEGER PRIMARY KEY AUTOINCREMENT And if you want to know the last inserted id, call the following statement: select LAST_INSERT_ID() as seq
  5. Ian Branch

    Suddenly can't resize forms in IDE??

    Found it!! Onthe form was a TDBGrid. It had constraints. Why I don't know. Removed them and all good now. Now to check my other forms. Thank you for your input/suggestions. Ian
  6. Lajos Juhász

    Delphi Professional Database Connectivity

    it's already discontinued product )
  7. Stano

    Delphi Professional Database Connectivity

    You are not alone in this. I've been able to afford to replace the FireDAC on my 2 small projects.
  8. bazzer747

    Delphi Professional Database Connectivity

    OK, limited access to local connections. What possible use is that when developing for clients when most will require access to Server databases. More a 'marketing taster' of what FireDac can do to encourage an upgrade to Enterprise. I'd willingly go for Professional if full FireDac was available rather than sticking with Enterprise 10.3 as I can never see myself being able to justify the extremely costly upgrade to the latest Enterprise versions.
  9. Stano

    Delphi Professional Database Connectivity

    FireDAC has always been part of the ver. Pro. But with the limitations already mentioned here: Local DB only. Sometimes one could buy access to servers. Price > 600€ no source code If you don't need the above, you've won. Otherwise just a 3rd party solution. DevArt is not expensive. But it means reworking everything. It doesn't offer nearly the capabilities that FireDAC has. Of course, it depends on whether you've used them. Asking 2,500€ for server access to DB with the understanding that we'll get a bunch of, for you and me, useless stuff is not worth commenting on.
×