Questions tagged [tdsodbc]

ODBC driver for connecting to MS SQL and Sybase SQL servers.

The tdsodbc package is an ODBC driver for connecting to MS SQL and Sybase SQL servers.

Reference

3 questions
2
votes
2 answers

FreeTDS: Login failed for user

I'm trying to connect to a MSSQL 2005 server using FreeTDS. But I'm getting the "Login failed for user" error. There is a section on it in the FreeTDS manual trouble shooting section. But it does not mention any possible errors related to it. Can it…
dan-klasson
  • 13,734
  • 14
  • 63
  • 101
0
votes
1 answer

SQLAPI++: Get path to shared library loaded by executable

SQLAPI++ has an unusual feature where you set a string to tell it where to find the ODBC shared library. In my case this is libtdsodbc.so, and my application actually links that library at build time, but at runtime this is not enough for SQLAPI++…
John Zwinck
  • 239,568
  • 38
  • 324
  • 436
0
votes
1 answer

Unable to locate package tsodbc

I'm trying to install FreeTDS as explained in the django-pyodbc wiki. But the last package fails to install: $ sudo apt-get install tsodbc ... E: Unable to locate package tsodbc
dan-klasson
  • 13,734
  • 14
  • 63
  • 101