--- Original Message --- >From: Ukhas jean >Sent: Wed 6/14/2006 8:51 AM >I wanted to connect to a MSSQL Server 2000 Database and was wondering if any of you guys can >help me with this. I am having Perl 5.6 and am working on Win XP. >Also, I do have some machines in my workplace that are running on Linux.
I've had success installing FreeTDS on linux/unix talking to a MSSQL server through DBI using the DBD-Sybase driver. Not sure if the server was 2000 or an older version. See www.freetds.org for files and instructions on how to install/configure. Also cpan.org has the DBD-Sybase module for compilation on different targets if you need (I was targeting linux and HPUX). You might not get some special fancy Microsoft features but Plain 'ol SQL worked just fine. Hope that helps. Good luck! -Wayne Simmons -- CAM Automation Programmer Unicircuit Inc. Littleton, Colorado 303-738-5390 -- Warning Corporate Disclaimer to follow this line. -- This electronic mail transmission and any attachments contain information belonging to the sender which may be confidential, privileged and exempt from disclosure under applicable law. This information is intended only for the use of the individual or entity to whom this electronic mail transmission is addressed. If you are not the intended recipient or the employee or agent responsible for delivering the message to the intended recipient, you are hereby notified that any disclosure, copying, distribution, or action taken or not taken in reliance on the contents of the information contained in this transmission is strictly prohibited. If you have received this transmission in error, please immediately inform me by "reply" e-mail and delete the message in its entirety. Thank you. Unicircuit, Inc. _______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
