Am looking for a component set which supports crating a database on at least FB, MSSQL, and SQLite. Is there such a beast? Also, I need a solution which is viable on Delphi at least as far back as XE, and preferable on D2007.

Comments

  1. Jeroen Wiert Pluimers I lack a qualifying license.

    ReplyDelete
  2. It might be that a more recent license allows you to install older products.

    ReplyDelete
  3. Bill Meyer in that case, you need to take a look at ZeosLib and this link http://zeoslib.sourceforge.net/viewtopic.php?t=2627 the way to create databases for mysql should work for other engines too.

    You also need to be aware that ZeosLib uses Dynamic Libs to connect directly to database servers, so you need them for your target system. It works for Windows and maybe for Linux and Mac OS X too, not sure about Android nor IOS. It has support for Delphi 7 and up, also FPC 2 and up.

    ReplyDelete

Post a Comment