-
Content Count
544 -
Joined
-
Last visited
-
Days Won
5
Markus Kinzler last won the day on November 22 2019
Markus Kinzler had the most liked content!
Community Reputation
159 ExcellentTechnical Information
-
Delphi-Version
Delphi 10.3 Rio
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Install Raize component pack 6.1.10 in Delphi 10 Seattle
Markus Kinzler replied to AndrewHoward's topic in General Help
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 -
Btw. the latest RadStudio roadmap dates to November 2020 ...
-
need something like a Windows Registry that runs as a web service
Markus Kinzler replied to David Schwartz's topic in Network, Cloud and Web
Whay not a standard sql or no-sql database to achive this? -
The BEST template engine for generating webpages on the server side?
Markus Kinzler replied to Edwin Yip's topic in Tips / Blogs / Tutorials / Videos
https://github.com/sempare/sempare-delphi-template-engine https://github.com/synopse/dmustache https://github.com/marcocantu/DelphiRazor -
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.
-
Oracle doesn't care if the software is only used internally. Better use MariaDB instead of MySQL. PostgreSQL is much more potent than MySQL.
-
Perhaps there are more relevant details on the call stack
-
[firebird] Converting DB from one charset to other
Markus Kinzler replied to Jacek Laskowski's topic in Databases
Best by batchmoving the data from one db to another. -
Cross platform isn't just mobile. The features could be usable on MacOS or Linux, too.
-
Help to achieve multiple inheritance by class redesign
Markus Kinzler replied to iiid354's topic in Algorithms, Data Structures and Class Design
There is already a class for this: TInterfacedObject TEgon = class( TInterfacedObject, IHuman, IManager); -
https://pgmodeler.io/ https://github.com/mirkosertic/MogwaiERDesignerNG https://sourceforge.net/projects/dbdesigner-fork/ https://www.datensen.com/er-diagram/free-er-diagram-tool-moon-modeler.html http://www.modelsphere.com/org/index.html
-
The community is here.
-
[Rio][FMX]How to compile for iOS without an Apple device?
Markus Kinzler replied to Fabian1648's topic in FMX
If XCode is fully installed, it should work. If they allow to install PAServer. -
[Rio][FMX]How to compile for iOS without an Apple device?
Markus Kinzler replied to Fabian1648's topic in FMX
Or https://virtualmacosx.com/