Search
  Home
  Articles
  Backup
  Books
  Certification
  FAQ
  Products
  Replication
  Scripts
  Seminars
  Training
  TSQL

MSDN Fourms
Philippine SSUG

  Resume

MHS Enterprises
FilAm Software
AcrylicAcetate.com
Bargain Humidors
Western Humidor



How do I connect to SQL Server from PERL?

There is a choice :-
  1. SybPerl (Note that SybPerl is designed for Sybase really so you may have the same compatibility problems as with CT-Lib). http://www.mbay.net/~mpeppler
  2. A SQL Server port of the above. http://www.algonet.se/~sommar/mssqlperl/index.html
  3. ODBC using the ODBC extension http://www.roth.net/odbc/
  4. If the version of Perl has COM extensions then you can use ADO
  5. Search www.perl.com  for any other code available on the standard CPAN sites. (e.g. DBD::ODBC). For more info on DBI/DBD see http://www.symbolstone.org/technology/perl/DBI/index.html

Michael R. Hotek

All content on this site, except where noted, represents an original work of Michael R. Hotek and is protected by applicable copyright laws. The SQL Server FAQ is the sole work of Neil Pike. No page, portion of a page, or download may be used for commercial purposes in whole or in part without the express, written permission of the applicable author.