On Wed, 2002-04-24 at 14:40, Karyn Ulriksen wrote: > I came across this twice in one day from unrelated sources after never > hearing about it before. Considering the <sarcasm>great scalability of > DBI::Proxy </sarcasm>, I am interested in feedback on anybody using > DBD::Sybase on a linux box to talk to an MS SQL server. > > Are there any drawbacks? > Does it thread? > Do I just configure an ODBC DSN on the SQL server to speak to it from the > DBD::Sybase module?
No. You need to build the FreeTDS libraries (A free reimplementation of the Sybase Open Client API - http://www.freetds.org), and then build DBD::Sybase against these libraries. I suggest that you amble over to the FreeTDS site and read their documentation. Michael -- Michael Peppler Data Migrations, Inc. [EMAIL PROTECTED] *or* [EMAIL PROTECTED] http://www.mbay.net/~mpeppler International Sybase User Group: http://www.isug.com
