0

I found out about the freeTDS which can be used here, but there are doubts about its stability in the production environment. Is there any other way to interactive with MSSQL Server from Solaris besides using ODBC driver?

John Saunders
  • 160,644
  • 26
  • 247
  • 397
Mahendra
  • 383
  • 1
  • 4
  • 10

1 Answers1

1

Don't know of any other way.

We're using unixODBC + freeTDS + DBD::Sybase in a production environment. It can be fiddly setting it up, but we have no problems with stability.

It is possible to use FreeTDS directly and bypass unixODBC.

Nick Dixon
  • 865
  • 5
  • 9