I only know of a unixodbc driver called FreeTDS. I successfully
connected to a MSSQL Server 2008 from my FPC application on Linux, using
unixodbc, freetds and sqldb :)
I can confirm this setup (FreeTDS+unixodbc) only I accessed SQL Server
from Linux via Zeos instead of sqldb.
Artur
T. Guilleminot wites:
So I'd like to deport most of my code (procedures, functions...) to these
external .pas files and include them into the main.pas, a kind of
"include"-like in PHP.
(...)
Does anyone able to provide me a simple example to achieve this ?
Thanks for any answer.
Probably most