Top "Freetds" questions

FreeTDS is a set of libraries for Unix and Linux that allows your programs to natively talk to Microsoft SQL Server and Sybase databases.

FreeTDS connection problems

I'm using FreeTDS 0.91 to connect to a remote MSSQL server but all attempts have borne no fruit thus far. Upon …

sql-server linux windows freetds
PHP PDO_mssql SQLSTATE[01002] Adaptive Server connection failed (severity 9)

I'm connecting to external MSSQL database for exports from PHP55/osx and I have wierd issue. code: new \PDO("dblib:…

php sql-server database pdo freetds
pymssql and Adaptive Server connection failed

When I try to connect into Azure database by Pymssql in python I face this error: pymssql.OperationalError: (20002, 'DB-Lib error …

python azure ubuntu freetds pymssql
freeTDS bash: Executing sql queries in Microsoft SQL server

I am able to connect to a Microsoft SQL Server 2008 instance via a Mint Linux VM using freeTSD and command …

linux tsql bash shell freetds
Unable to connect: Adaptive Server is unavailable or does not exist

While trying to connect remote SQL Server: $tsql -S localhost -U myuser I got error like: locale is "en_US.…

sql-server freetds
Error 20009 (severity 9):Unable to connect: Adaptive Server is unavailable or does not exist OS error 111, "Connection refused"

while trying to connect to remort mssql server by command tsql -S SQLEXPRESS -U sa passwod :sa it throws error …

sql-server ubuntu odbc freetds
Pypyodbc: Can't open lib 'FreeTDS' : file not found") error when trying to connect to SQL server

I'm trying to connect to a SQL Server using Pypyodbc on Mac and I'm getting the following error: pypyodbc.DatabaseError: (…

python sql-server macos freetds pypyodbc
Connecting to MS SQL Server using python on linux with 'Windows Credentials'

Is there any way to connect to an MS SQL Server database with python on linux using Windows Domain Credentials? …

python sql-server pyodbc freetds unixodbc
Read from the server failed when trying to connect to sql-azure from tsql

I'm trying to connect to SQL-Azure from Ubuntu 12.04. I've compiled freeTds-0.91 with openssl and libiconf tsql -H XXXXXXXX.database.windows.…

azure-sql-database freetds
Ruby connecting to SQL Server

I'm having troubles connecting Ruby to Microsoft SQL Server. I'm running Mac OS X, but the target environment is Ubuntu …

sql-server ruby odbc freetds unixodbc