in reply to Re: Re: Getting Perl Data Structures from DBI queries
in thread Getting Perl Data Structures from DBI queries

Download the latest release of SQL::Statement (v.1.08 or higher). There were bugs in capitalization on preveious versions.

Ahh, that explains it. Unfortunately, ActiveState's PPM only has v1.06, but at least we know why it failed.

Thanks for the second example (had to update my DBI and install MLDBM to get it to run), that one is more along the lines of what I was expecting, it's appreciated.

Scott
  • Comment on Re: Re: Re: Getting Perl Data Structures from DBI queries

Replies are listed 'Best First'.
Re: Re: Re: Re: Getting Perl Data Structures from DBI queries
by jZed (Prior) on Apr 22, 2004 at 04:56 UTC
    Unfortunately, ActiveState's PPM only has v1.06, but at least we know why it failed.
    SQL::Statement is pure perl so you can use nmake.exe (free from microsoft!) to install it. Either use CPAN.pm, or just download, unzip and nmake it.