lbarbago has asked for the wisdom of the Perl Monks concerning the following question:

Hi, I want to access to "Microsoft SQL Server" through a perl script to make a query. I have read some tips here about how to do it but as far I can see, they all involve having DBI module (which I have) and DBD::ODBC (which I donīt). The main problem is I'm not a root user, so I guess I canīt set it up. Any ideas how to go on?

Replies are listed 'Best First'.
Re: Accesing "MS SQL Server"
by marto (Cardinal) on May 26, 2010 at 10:30 UTC
      If you will use FreeTDS, do remember that it doesn't support placeholders, i.e. $dbh->prepare("select * from table where something=?","parameter value")