Hi, I have a problem that I wondering if someone here can give me some advice.

I am running a Linux server and I need to connect to a MS-SQL Database.
I don't necesarily need to connect via PHP, command line access would be fine.
I have tried the following.

I installed http://www.freetds.org/software.html
Then I installed http://www.sqsh.org/

From reading the documents It seemed that I needed to install
sybase-common
sybase-openclient

I can get a connection to the database using the "tsql" program.
I cannot seem to get the "sqsh" program to work, keeps giving me errors, the latest error I get is
"sqsh: symbol lookup error: /opt/sybase-12.5/OCS/lib/libsybtcl.so: undefined symbol: comn_free"

I think that if I can get the sqsh software to connect to the ms-sql database then I can just export the queries into a text file and then put them into a mysql Database.

Thank you for any advice.

Red

    Write a Reply...