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

learn more… | top users | synonyms

1
vote
0answers
14 views

PHP MSSQL - text too long and getting truncated due to freetds.conf textsize

My text fetched from a MSSQL db via PHP is being truncated due to the text size setting in the freetds.conf file. Unfortunately, ini_set('mssqltextsize', 99999999) and ini_set('mssqltextlimit', ...
0
votes
1answer
26 views

connect mssql using php on Centos

I have installed freetds and I want to connect to mssql server via php. I am using centos. root@server [~/php]# tsql -C Compile-time settings (established with the "configure" script) ...
0
votes
1answer
28 views

How to install mssql in ubuntu 12.04

Installed freetds /etc/odbcinst.ini [FreeTDS] Description = ODBC for Microsoft SQL Driver = /usr/lib/libtdsodbc.so UsageCount = 1 Threading = 2 /etc/odbc.ini [myserver-connector] ...
2
votes
0answers
34 views

Flask-SQLAlchemy different record count for .count() and .all()

In SQLAlchemy, ModelName.query.filter_by(field_name=value).count() returns correct record count, but ModelName.query.filter_by(field_name=value).all() only returns a single record. Doing a ...
0
votes
1answer
46 views

Retrieve image data from mssql with php (utf-8)

From a php script (PHP 5.3.10-1 on Ubuntu3.6) I connect to an MSSQL Server and I would like to retrive image data from image field type. And I want to print it. I can get the data from MSSQL but I ...
0
votes
0answers
32 views

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 as Error 20009 (severity 9):Unable to connect: Adaptive Server is unavailable or ...
0
votes
1answer
28 views

How to run a SQL script in tsql

I'm using tsql (installed with FreeTDS) and I'm wondering if there's a way to run a SQL script in tsql from the command line and get the result in a text file. For example, in psql I can do: psql -U ...
0
votes
0answers
19 views

PHP Cpanel FreeTDS MSSQL connection

I've had a nicely working mssql connection, but something happened and I don't know what. I installed FreeTds on Cpanel and made a PHP site that connects to a mssql server. It was fully functional. ...
0
votes
0answers
18 views

Getting mssql_connect to work on MAMP Pro

Followed this tutorial http://thinkinkless.com/node/88 3 times now in an attempt to get mssql_connect to work on my mac (Mountain Lion) and no luck. I get the same error every time. PHP Fatal ...
2
votes
1answer
32 views

Having Troubles with UnixODBC, FreeTDS, and PyODBC

So I am having great difficulty getting all three of these to work together in harmony. I guess I'll list all the various configurations, along with the test code to see if a pair of fresh eyes can ...
0
votes
0answers
44 views

How to link Oracle to MSSQL server using ODBC - I get ORA-02063

Oracle: CentOS6, unixODBC, freeTDS MSSQL: Server 2012, MSSQL2008R2 I set up ODBC on the Linux box and it works. Query from iSQL(on linux) to MSSQL yields results from the MSSQL database TNSPing to ...
0
votes
0answers
24 views

Connect to MSSQL 2008R2 from MySQL using FreeTDS

I have two machines: Machine 1: CentOS6, MySQL, FreeTDS, unixODBC Machine 2: Server 2012, MSSQL2008R2 I installed FreeTDS on the linux machine and can run queries from iSQL through freeTDS to MSSQL. ...
0
votes
3answers
72 views

Ruby on Rails with Sql Server (incompatible character encodings: UTF-8 and ASCII-8BIT)

is there any way to assign the string encoding to UTF-8 in Ruby On Rails 3? Database Server: Windows Server 2008 R2 PC: Debian Squeeze. I use Sql Server 2008 with ODBC and found ...
0
votes
0answers
16 views

FreeTDS : how to handle INT_EXIT

Am using FreeTDS to connect to a SQL Server DB. when there is no internet connection, the application exits with the log message : FreeTDS: db-lib: exiting because client error handler returned ...
0
votes
0answers
38 views

“Read from the server failed” after selecting some records

I have a simple Perl script that connects to a MS SQL Server 10.50 via freetds. It runs a single query, something like "SELECT name FROM table". The table has about 15000 records. I do ...
0
votes
0answers
45 views

how to disable “out of the box” freetds logging (rails+tinytds)?

I have a rails app utilizing tinytds to talk to ms sql. The issue I am facing is that once unicorn service starts up ruby processes create freetds.log and it begins to grow out of bounds. -- checked ...
0
votes
1answer
27 views

php sybase Allowed memory size exhausted?

I'm getting this problem while trying to run any query against Sybase from php: PHP 5.4.3 (cgi-fcgi) (built: May 9 2013 17:03:23) built --with-sybase-ct=/path/to/freetds code: <?php ...
1
vote
1answer
117 views

pdo-odbc doesn't work whit bind values, nvarchar and text are incompatible in the equal to operator

There is a column url(nvarchar(200), not null) <?php // $pdo = new PDO('odbc:mssql', 'xxx', 'yyy'); $pdo->setAttribute(PDO::ATTR_PERSISTENT, false); $pdo->setAttribute(PDO::ATTR_ERRMODE, ...
0
votes
0answers
116 views

PDO issue in Laravel 4 when using an artisan command

I am trying to build a artisan command that will connect to a remote MSSQL server, retrieve some records and store them in the local MySQL db. The query I am performing is ...
1
vote
0answers
453 views

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.UTF-8" locale charset is "UTF-8" using default charset "UTF-8" Error 20009 (severity 9): ...
0
votes
1answer
24 views

Only able to issue one sql statement from isql

I'm running Debian opening up an ODBC connection to an MSSQL database on the network. When I run isql I can issue one sql statement fine. If I issue the same request a second time it returns 0 rows. ...
1
vote
1answer
73 views

pyodbc sqlserver cursor decimal rounding

I am getting this issue where I fetch results using (fetchall in this example) any of the fetch methods in the pyodbc API, the decimal values get rounded to two places. In the MSSQL database, more ...
2
votes
0answers
91 views

mssql_bind in PHP truncates string

I'm using FreeTDS to connect and work with a SQL Server 2008 database from PHP 5.3.15 on Linux. I have a column in this database that has a datatype of VARCHAR(MAX). Unfortunately, I'm having trouble ...
1
vote
1answer
147 views

MSSQL Error 1934 Occurs on INSERT to table with Computed Column PHP/PDO

After adding a computed column to a table in MSSQL 2005 I am getting the following message on INSERT, only via PHP (using PDO) it's working fine in SQL Server Managment Studio. To ensure I had ...
0
votes
0answers
62 views

Unable to connect to data source

I try to connect to my batabase by means of php + adodb. This is my php code: $kpp_db = ADONewConnection('odbc_mssql'); $kpp_db->debug = true; $kpp_db->charSet="UTF-8"; $kpp_dbDSN = ...
0
votes
1answer
58 views

FreeTDS / SQL Server UPDATE Query Hangs Indefinitely

I'm trying to run the following UPDATE query from a python script (note I've removed the database info): print 'Connecting to db for update query...' db = ...
0
votes
0answers
41 views

Change the by default freetds drivers in linux

how to change or setup by default freetds driver in linux for Perl programming? odbcinst.ini [FreeTDS] Description = FreeTDS ODBC driver for MSSQL Driver = /usr/tdsver7/lib/libtdsodbc.so.0.0.0 ...
1
vote
1answer
155 views

how to connect sql server with linux?

Whenever i will run Perl code i got following error: DBI connect('SQLSERVER','rti_dbuser',...) failed: [unixODBC][Driver Manager]Data source name not found, and no default driver specified ...
1
vote
2answers
210 views

Data loss after deadlock - SQL Server 2008, Ruby on Rails, Apache, Phusion Passenger, Linux, FreeTDS

Data loss after deadlock - SQL Server 2008, Ruby on Rails, Phusion Passenger, Linux, FreeTDS I am confronted with a mystery problem that caused a data loss in a Ruby on Rails intranet application ...
1
vote
1answer
218 views

MSSQL+ODBC+PHP = 0 rows in result

I'm using remote MSSQL base via php + linux ODBC. All was fine, but today i wrote query with SET + PIVOT and got error: [unixODBC][FreeTDS][SQL Server]SELECT failed because the following SET options ...
0
votes
1answer
73 views

PHP using mssql_fetch_array returning NULL Values

Okay this is weird to me, but I'm hoping this is an issue that's happened and I have just not found the solution online yet. Help is very much appreciated. I am doing a call to a stored procedure on ...
0
votes
0answers
130 views

How to deploy UnixODBC with FreeTDS on MAC 10.8.x on a user’s MAC?

I’m trying to deploy the FreeTDS driver on a user’s mac, in the development machine it works fine, I have the drivers in the resource folder and the application picks it up from there and it works on ...
1
vote
0answers
33 views

Intercept specific column data inside the SQL-TDS protocol?

From what I understand, the real TDS protocol implementation is proprietary to Microsoft. I do see that there is another library, http://freetds.schemamania.org/. If we had to intercept, transform ...
3
votes
2answers
800 views

Failing to bundle install tiny_tds on Mac OS X 10.8 with Homebrew FreeTds

MY QUESTION What are some surefire steps I can take to 100% get this working? I would need real instructions, not one liner answers or vague conceptual descriptions of the process. Let's get to the ...
0
votes
0answers
53 views

FreeTDS Install issue

brew install freetds ==> Downloading http://mirrors.ibiblio.org/freetds/stable/freetds-0.91.tar.gz Already downloaded: /Library/Caches/Homebrew/freetds-0.91.tar.gz ==> ./configure ...
0
votes
0answers
105 views

Freebcp(freetds) bulk import error

I have all columns in my SQLSERVER2008 table as varchar(8000), When i m trying to do a bulk import from a file into SQLServer table via freebcp command line utility(freetds) then i get the following ...
0
votes
1answer
213 views

the cursor was not declared error with php odbc driver(query works in sql management studio)

I have this query that is executed in my php code: SELECT ((SUM(CASE WHEN I.InCompliance=1 AND FI.Status='C' THEN 1 ELSE 0 END)*100) / (SUM(CASE WHEN FI.Status='C' THEN 1 ELSE 0 END))) as result ...
0
votes
1answer
307 views

Yii + PDO_DBLIB + MSSQL

My website based on yii framework and I work with mssql(on windows) under linux using pdo_dblib + freetds. My FreeTDS config: [egServer70] host = my server ip address port = 1433 ...
0
votes
1answer
83 views

Query timing out in php with sybase

I am puzzled about a recent problem I'm getting, there's a query that has always work before and started acting up recently. It is timing out after 60 seconds. It is a very heavy query, however worked ...
0
votes
0answers
119 views

unixodbc freetds solaris setup issue

isql is not able to connect getting error, but tsql works. It a Solaris 10, 64 bit env How to debug the issue with what is wrong, unixodbc was installed and freetds was installed after that from ...
0
votes
0answers
39 views

dbsettime from FreeTDS library don't change timeout, dbsqlexec still blocking

I use FreeTDS in Linux to conect to a MS SQL database. I need to detect disconnection and create a reconnection system. dbsqlexect just block when I pull the network cable. I tried to set timeout to ...
1
vote
1answer
143 views

“USE statement is not supported to switch between databases” when running query

I get the following error when trying to select a database with php's standard mssql_select_db function: USE statement is not supported to switch between databases. Use a new connection to connect to ...
2
votes
0answers
245 views

FreeTDS Invalid Cursor State When Counting NULL Columns

I am having trouble running a query that uses the COUNT() function on a field that contains NULL values. I am using FreeTDS v0.91 with unixODBC, PHP 5.3.10, and SQL Server 2008. I have my connection ...
2
votes
1answer
161 views

odbc_execute fails on a prepared statement, then says it “failed to fetch error message”

Having this PHP code: $sql = "SELECT * FROM users WHERE name = ?"; $params = array('admin'); $result = odbc_prepare($link, $sql); if (!$result) { die(odbc_errormsg()); } else { if ...
0
votes
1answer
218 views

How to connect MSQL via unixodbc and freetds using PHP?

As described in a previous question, freetds and unixodbc are installed on Lion and tested with isql, I tried to connect to MSSQL using PHP: $connection = odbc_connect('SMS_GTWY', 'username', ...
1
vote
1answer
1k views

odbc unable to connect to MSSQL data source on OS X Lion

odbc isql was unable to connect to data source: $ isql SMS_GTWY username password -v returns: [S1000][unixODBC][FreeTDS][SQL Server]Unable to connect to data source ...
0
votes
0answers
174 views

MAMP + FreeTDS + MSSQL not working, even with no errors

I have worked through a lot of mess to get my MAMP install, together with FreeTDS and the php MSSQL extension working. Here is what I have so far: - MAC OSX 10.7.5 - MAMP (2.1.1) w/ PHP 5.4.4 - ...
3
votes
2answers
665 views

How do I configure pyodbc to correctly accept strings from SQL Server using freeTDS and unixODBC?

I can not get a valid string from an MSSQL server into python. I believe there is an encoding mismatch somewhere. I believe it is between the ODBC layer and python because I am able to get readable ...
2
votes
1answer
1k views

FreeTDS error in PHP: The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect

I have to connect to a MSSQL server from Arch Linux with ODBC. I use FreeTDS, and with isql, it's working: isql sqlexpress dev Dev But not in PHP. I use PHP in interactive mode: PHP > $conn = ...
0
votes
0answers
71 views

manage.py inspectdb versus ms sql 2008 returns mangled table names

I'm running on the latest Ubuntu amd64, latest django, django-pyodbc, freetds. Connecting to MS SQL Server 2008, an existing database. I'd like to run Django's inspectdb process to build my initial ...

1 2 3 4