I\'m trying to connect Redhat Linux to a Microsoft SQL Server 2008. I already had trouble setting it up on windows (my test machine) but now I need to deploy it on the Linux machine where it will be i
I\'m developing an application on MacOS in Ruby 3.0 using SQL Server 2008 R2 as the database.I\'m connecting through freetds and tiny_tds.
I get the following error when trying to do any simple query.I just can\'t figure out what\'s changed.
I am working on Rails 3 project where I initially used MySQL as RDBMS. But later my client requested that we should use MSSQL. After spending half a day, I am able to connect with the MSSQL server usi
I have succesfully installed free_tds on my mac and can use tsql to access the db and query tables. However when I try to use the gem tiny_tds gem on rails 3 I get the following error:
I am writing a Perl script that is using the DBI module and is connecting to a Sybase DB. I am calling a stored procedure (one that I don\'t have access to so I cannot post sample code) and when I get
note: this is a repost. This question was previously deleted for undisclosed reasons Ok, I\'ve been trying to get this to work like all day now and I\'m barely any further from when I started.
FreeTDS version 0.82 unixODBC version 2.3.0 pyodbc version 2.1.8 freetds.conf: tds version = 7.0 client charset = UTF-8
I\'m using FreeTDS in a script to insert records into a MSSQL database. TheUSEandINSERTcommands work, but theexitcommand doesn\'t and it hangs. I\'ve tried redirectingstdoutbutcatcomplains. I suppose
I\'ve used pymssql-1.0.2 and freetds-0.82.7 on ubuntu-10.10. Also, I have a mssql2008 server on windows-7.