EgonHugeist,
I'm working with Lazarus 1.0.2 over FPC 2.6.0, with FreeTDS 0.91, all over Debian Linux 64 bits (and also in 32 bits). The example with "Ñandú" was compiled with 2.6.0 and is working ok.
I can compile in Linux whatever, or make tests if you want.
Search found 6 matches
- 01.11.2012, 01:41
- Forum: MS SQL Server
- Topic: Error conecting to mssql with zeosdb on debian
- Replies: 8
- Views: 3433
- 16.10.2012, 01:58
- Forum: MS SQL Server
- Topic: Error conecting to mssql with zeosdb on debian
- Replies: 8
- Views: 3433
- 08.10.2012, 17:18
- Forum: MS SQL Server
- Topic: Error conecting to mssql with zeosdb on debian
- Replies: 8
- Views: 3433
- 08.10.2012, 16:54
- Forum: MS SQL Server
- Topic: Connecting MSsql from Linux - libsybdb.so - problem
- Replies: 7
- Views: 6462
I was able to connect to MSSQL server 2000 with Zeos over Lazarus: - First of all, for FreeTDS you have to be sure that the server is listening TCP/IP on port 1433 (o whatever you defined), you can test it with command netstat -an on the server prompt. - Windows client Native: You can use TZConnecti...
- 08.10.2012, 15:11
- Forum: MS SQL Server
- Topic: FreeTDS libraries
- Replies: 0
- Views: 4048
FreeTDS libraries
I'm a bit confused about the FreeTDS libraries to use. Form SVN revision 1907, in ZPlainDbLibDriver.pas the libraries are: NTWDBLIB_DLL_LOCATION ='ntwdblib.dll'; LIBSYBDB_WINDOWS_DLL_LOCATION = 'libsybdb.dll'; LIBSYBDB_LINUX_DLL_LOCATION = 'libsybdb.so'; FREETDS_MSSQL_WINDOWS_DLL_LOCATION = 'msdblib...
- 06.08.2011, 22:36
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Zeos 7 trunk 903 compile FPC 2.4.2 on Linux amd64 x86_64
- Replies: 1
- Views: 713
Zeos 7 trunk 903 compile FPC 2.4.2 on Linux amd64 x86_64
Trying to compile revision 903 of ZeosDBO trunk (20110806) with Free Pascal Compiler 2.4.2 on Debian GNU/Linux amd64 x86_64 gives errors on ZClasses.pas file like: Error: No matching Implementation for interface method "IUnknown.QueryInterface (constref TGuid, out <Formal type>) LongInt; Cdecl;...