[fpc-pascal] OFF TOPIC - how I can migrate of Delphi to FPC

Andreas Schneider aksdb at gmx.de
Sun Aug 15 15:10:57 CEST 2010


On Sun, 15 Aug 2010 09:59:10 -0300, Marcos Douglas <md at delfire.net> wrote:
> Zeoslib uses ADO too. So, it could be used with MS SQLServer.
> I think Zeoslib is more faster than ODBC.

That depends on the platforms you want to target. AFAIK ADO is
Windows-only, so you bind yourself to Microsoft platforms. If you intend to
use *nix too, ODBC is the safer way to go, thanks to unixodbc (which can
use FreeTDS, a free implementation of the Sybase protocol as used by Sybase
and SQL Server). If you have the necessary time at hand, you can maybe
implement your own backend for SQLDB/ZEOS that directly uses FreeTDS,
completely skipping ODBC/ADO and still being platform independent.



More information about the fpc-pascal mailing list