0

Possible Duplicate:
Connect to SQL Server 2005 from Perl and do a SELECT

I want to connect to Microsoft SQL server from Perl and Ubuntu 10.10. How can I achieve? point me any links or solutions.

Many Thanks

Community
  • 1
  • 1
doubledecker
  • 357
  • 1
  • 5
  • 13
  • 2
    http://stackoverflow.com/questions/896985/connect-to-sql-server-2005-from-perl-and-do-a-select – Jacob Jul 19 '11 at 08:45

1 Answers1

1

Lots of threads on perlmonks, some for specigic version of SQL Server:

http://www.perlmonks.org/?node_id=392385

http://www.perlmonks.org/?node_id=907081

Google search for more

marto
  • 4,402
  • 25
  • 15