Jump to content

Markus Kinzler

Moderators
  • Content Count

    557
  • Joined

  • Last visited

  • Days Won

    6

Markus Kinzler last won the day on July 31

Markus Kinzler had the most liked content!

Community Reputation

161 Excellent

1 Follower

Technical Information

  • Delphi-Version
    Delphi 10.3 Rio

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Markus Kinzler

    Konopka raize components

  2. Markus Kinzler

    Airline phone number spam

    I locked them out agian, for now.
  3. Markus Kinzler

    Airline phone number spam

    Ich bin schon dabei, die ganzen Accounts zu sperren
  4. Do you need to access to the image files besides your application? When not I would suggest to store the files in an database. In aspect of security and movebility.
  5. Markus Kinzler

    ODBC script for SQLite

    If you want to use a alias, then you have to create it on every PC the program is run. (can be done by program or installer)
  6. Markus Kinzler

    Android compile error - Manifest Malformed

    In RadStudio 11.2 the version of the JDK is raised to 11 that means Android API Level 32. There're alterations in the manifest: https://docwiki.embarcadero.com/RADStudio/Alexandria/en/11_Alexandria_-_Release_2#Updated_AndroidManifest.template.xml_file
  7. Markus Kinzler

    Fd

    Have you checked the possible reason stated in that message?
  8. Markus Kinzler

    Install Raize component pack 6.1.10 in Delphi 10 Seattle

    A newer version 6.5.0. (now called Konopka Signature VCL/Bonus KSVC) is available in GetIT Update: An update to 7.0 also there
  9. Markus Kinzler

    Developer Express gave up on FMX

    Btw. the latest RadStudio roadmap dates to November 2020 ...
  10. Whay not a standard sql or no-sql database to achive this?
  11. https://github.com/sempare/sempare-delphi-template-engine https://github.com/synopse/dmustache https://github.com/marcocantu/DelphiRazor
  12. Markus Kinzler

    Weaknesses with MySQL and or PostgreSQL

    Oracle has an interest of making profit. So they may interprete the licences more strictly than others. Do you deliver/install the MySQL Server. Is this the case you need a commercial licence (as long as your application isn't GPL). If the Server is beeing installed by your customers und you "only" use a existing installation then your customers may need a licence. (In this case olso the client dll must be excluded from your program) MariaDB is a fork of MySQL with a better licence. which can be used as replacement for the MySQL Server (with lesser risks for you and your customers.) A switch to and another DBMS like PosGres or FireBird ( which I also would prefer) may need adaptions in your program.
  13. Markus Kinzler

    Weaknesses with MySQL and or PostgreSQL

    Oracle doesn't care if the software is only used internally. Better use MariaDB instead of MySQL. PostgreSQL is much more potent than MySQL.
  14. Markus Kinzler

    Error on GetIt

    Perhaps there are more relevant details on the call stack
  15. Markus Kinzler

    [firebird] Converting DB from one charset to other

    Best by batchmoving the data from one db to another.
×