Re: [fpc-pascal] Re: Reading MDB (MS-Access) data under Linux

2010-11-01 Thread Artur Stuczynski
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

Re: [fpc-pascal] Externalization and inclusion of .PAS files (with GTK+) ?

2008-02-28 Thread Artur Stuczynski
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