(perl) Microsoft SQL Server client for solaris. cant find it...


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting (perl) Microsoft SQL Server client for solaris. cant find it...
# 1  
Old 10-10-2002
(perl) Microsoft SQL Server Driver for solaris

let me save everyone the pain that it caused me.

This is all free. And make sure it is in this order

1) make sure you have the latest version of perl installed
2) make sure you have NET:aemon installed
3) make sure you have RPC::PlServer & PlClient (the bundle has both)
4) make sure you have the latest version of DBI installed
5) make sure you have the latest version of TDS (http://www.freetds.org)(no configureing is needed)
6) make sure you have DBD::Sybase installed

and your rocking and rollin. btw default port for M$ SQL Server is 1433. DBD::Sybase uses 4000 as the default.

(yes i even tried to look for ODBC stuff. and i said forget it. it was to much hasstle to A) find a free ODBC manager B) then find a sql driver for free)


Last edited by Optimus_P; 10-11-2002 at 04:32 PM..
# 2  
Old 10-11-2002
Can you use ODBC?

I see to remember that somebody out there has SQLServer ODBC drives for Unix commercially availabe.
# 3  
Old 10-14-2002
How's it working out? Any problems communicating with SQL Server? Sounds interesting.
# 4  
Old 10-14-2002
works fine and dandy with the tds drivers and DBD::Sybase.
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Solaris

How to add new Solaris client IP into Solaris 10 DNS server?

Hi, We just built a new Solaris 10 zone. And would like to add it to our DNS server. Its also Solaris 10. Please let me know how can I get the IP resolved using this DNS server. I added entry into zone config file but not working. I did restarted the DNS services. And also added nameserver name... (5 Replies)
Discussion started by: snchaudhari2
5 Replies

2. SuSE

Syslog-ng 3.0.7 fails to insert into microsoft sql server

Dear All, Im currently configuring syslog-ng on SUSE Linux 10 SP2 to communicate with microsoft sql server 2005. I have installed freeTds 8.0. Tested TSQL ..works fine ISQL works fine. when testing with syslog-ng destination d_mssql { sql(type(mssql) host("ip address")... (0 Replies)
Discussion started by: SystemEng
0 Replies

3. Shell Programming and Scripting

Connection to Microsoft SQL Server

Hi, I am using "ksh" and trying to connect to the Microsoft SQL Server but it gives an error that is: DB-LIBRARY error: Unexpected EOF from SQL Server. Can any one please help me to resolve this issue. And i am using Putty to connect to the Unix server. Thanks (3 Replies)
Discussion started by: anupdas
3 Replies

4. Solaris

Solaris DNS Client For Microsoft DNS Server

hey guys, how to add soalris box as a microsoft DNS Client ? and how to register in the microsoft DNS ?? i managed to query from the DNS server after adding /etc/resolve.conf and editing /etc/nsswitch.conf but i need to register the soalris server (dns Client) into Microsoft DNS automatically.... (3 Replies)
Discussion started by: mduweik
3 Replies
Login or Register to Ask a Question