Lazarus/Linux: Connect to SQLServer using ZeosLib component TZConnection

$> sudo apt-get install freetds-bin #At Lazarus: #Put TZConnection component (ZConnection1) and set LibraryLocation as shown: ZConnect1.LibraryLocation:=libsybdb.so.5; Done!
I needed to connect to SQL Server from Lazarus and the fastest way I got was by using ZeosLib component (lazarus version). Then I realized that this additional pass must be done. I hope it helps.

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.