in reply to Re: Need help getting environment set u to connect to SQL server
in thread Need help getting environment set up to connect to SQL server

Unfortunately Screamer it's a bit more complicated than that. *nix systems do not have a native way to speak TDS (without help from FreeTDS), this is the protocol for Sybase and MS SQLServer. The DBD::Sybase module will talk to older versions of MS SQLServer but more recent versions have deviated from the DBD::Sybase module's version of TDS.

But anyways, this question has been answered as a Q&A and also here.

Anonymous Monk, you can find answers to questions that have been asked before by using the search (available in the bar up top). This will wind up getting you your answer a lot quicker than making a post.



grep
These are not the monks you are looking for, move along
  • Comment on Re: Re: Need help getting environment set u to connect to SQL server