How to install DBD-ODBC on Windows

I have installed XAMPP and could not install DBD-ODBC module to access MSSQL Server.
It appeared error message
ppm install failed: Can't find any package that provides DBI for DBD-ODBC
or
Can't locate object method "rvalidate" via package...

Quick research exposed that PPD file format was changed.

You can download updated version here.
or just execute from command line

ppm.bat install http://andronova.de/DBD-ODBC-1.24.ppd

Please note: solution works only with ActiveState Perl 5.10 x86

No comments:

Asterisk AST_SORCERY function

 AST_SORCERY gets a field from a sorcery object. Sorcery is always created for PJSIP aors, endpoints and identifies in asterisk. It allows y...