| 
	
 | 
 Posted by Erland Sommarskog on 11/14/05 23:26 
I am glad to announce a successer module to my old Perl modules for 
accessing SQL Server from Perl. The old ones used DB-Library, which 
means that you faced many restrictions. 
 
The new module is called MSSQL::OlleDB, and uses OLE DB, which means that 
you have access to all features in SQL 2005. (OK, there are a few missing, 
see if you can spot them! :-) OlleDB retains the interface of MSSQL::Sqllib 
and is largely compatible with that module. 
 
You find download etc on http://www.sommarskog.se/mssqlperl/index.html. 
This is free software. 
 
--  
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se 
 
Books Online for SQL Server 2005 at 
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx 
Books Online for SQL Server 2000 at 
http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
 
[Back to original message] 
 |