Re: [Lazarus] Simple MSSQL database connection fails from Lazarus 1.6/FPC 3.0.0...

2016-02-23 Thread Bo Berglund
On Tue, 23 Feb 2016 10:49:47 -0700 (MST), leledumbo wrote: >> Since the -dev was an "also" package, how can I get the basic freetds >> package? Or maybe it is not really needed? > >Normally if you install the -dev package, the runtime one is also installed >since

Re: [Lazarus] Simple MSSQL database connection fails from Lazarus 1.6/FPC 3.0.0...

2016-02-23 Thread leledumbo
> Since the -dev was an "also" package, how can I get the basic freetds > package? Or maybe it is not really needed? Normally if you install the -dev package, the runtime one is also installed since it's a dependency. Try `apt-cache search freetds` to see what related packages are available.

Re: [Lazarus] Simple MSSQL database connection fails from Lazarus 1.6/FPC 3.0.0...

2016-02-23 Thread Bo Berglund
On Tue, 23 Feb 2016 15:08:09 +0100 (CET), Michael Van Canneyt wrote: >This is the FreeTDS library, an open source library that is needed to >connect to SQL Server. FPC's SQLDB TMSSQLConnection implementation uses >this library. > >You simply need to install it on your

Re: [Lazarus] Simple MSSQL database connection fails from Lazarus 1.6/FPC 3.0.0...

2016-02-23 Thread Michael Van Canneyt
On Tue, 23 Feb 2016, Bo Berglund wrote: I just installed Lazarus release 1.6 from svn sources and it seemed OK. I have FPC 3.0.0 also installed from svn sources. All is installed on a Raspbian Jessie system on a Raspberry Pi2 device. When I click the btnOpenDB to run the OpenConnection

[Lazarus] Simple MSSQL database connection fails from Lazarus 1.6/FPC 3.0.0...

2016-02-23 Thread Bo Berglund
I just installed Lazarus release 1.6 from svn sources and it seemed OK. I have FPC 3.0.0 also installed from svn sources. All is installed on a Raspbian Jessie system on a Raspberry Pi2 device. So I used Lazarus to make a database connection test to see if it is possible to connect to an MSSQL