April 2, 2003 at 11:35 am
Am trying to access SQL Server 2k on W2k from a unix session using isql. Added theSQL server 2k host name and port number to interfaces file. No luck.
Any shortcuts ?
TIA
mO
April 2, 2003 at 3:27 pm
What network libraries are the server listening to?
--
Chris Hedgate @ Apptus Technologies (http://www.apptus.se)
April 3, 2003 at 8:25 am
using TCP/IP
April 3, 2003 at 2:11 pm
Have you tried without host name, i.e. ip address directly?
--
Chris Hedgate @ Apptus Technologies (http://www.apptus.se)
April 4, 2003 at 7:07 am
Sybase open client is incompatible with SQL Server 2000. They use differnt TDS (tabular data stream) protocols.
I have used a unix ODBC api and perl ODBC DBI with DBD::ODBC to access SQL2K from unix.
Edited by - solarobe on 04/04/2003 07:22:01 AM
April 4, 2003 at 11:28 am
Where do i get unix ODBC ? We run sun solaris 8
TIA
April 4, 2003 at 11:34 am
Are you tring to program to access SQL Server from Unix? Microsoft has a JDBC driver which you can install it into your Unix machine for Java application development environment.
April 7, 2003 at 4:15 am
Just keep in mind that the JDBC is still a work in progress and does act flaky, mostly slow.
April 7, 2003 at 7:38 am
I use a combination of freeTDS (http://www.freetds.org/) and perl w/ dbi:Sybase to connect to SQL2K from Solaris clients.
I have had no problems using TDS version 7.0 connecting to the server, though you can use an older version (4.2) if necessary. FreeTDS has decent documentation for setting up the connection.
Viewing 9 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic. Login to reply