Re: Perl 5.6.1 supports DBI module

2010-03-18 Thread Michael Nhan
Hi, DBI-1.605 was the last version not to require perl 5.8. Even though the Readme doesn't state it, version 1.606 and newer requires 5.8.10 in the Makefile.PL and will not let you create a makefile without some editing of the Makefile.PL to ignore that requirement. Regards, Michael

Re: Perl 5.6.1 supports DBI module

2010-03-18 Thread Jonathan Leffler
On Thu, Mar 18, 2010 at 8:32 AM, Peram, Sudhakara wrote: > I am working on Perl 5.6.1 version for my web application. Why? Why not 5.6.2, 5.8.8 or 5.8.9, or even (bravado) 5.10.1? > I want to > know whether perl5.6.1 supports the DBI module or not, if it supports > the what is the version of DB

Perl 5.6.1 supports DBI module

2010-03-18 Thread Peram, Sudhakara
Hello All I am working on Perl 5.6.1 version for my web application. I want to know whether perl5.6.1 supports the DBI module or not, if it supports the what is the version of DBI module. Please let me know the answers. Thanks in advance. Regards Sudhakara Reddy Peram Desk: +91

Re: Which SQLite DBD To Use

2010-03-18 Thread Darren Duncan
Will Rutherdale (rutherw) wrote: -Original Message- From: Peter J. Holzer [mailto:h...@wsr.ac.at] On 2010-03-16 17:14:32 -0500, Will Rutherdale (rutherw) wrote: Is DBD-SQLite the right one to get? Yes. No. The drivers includes an SQLite version and will ignore any other version which

Getting IBM's DB2 Perl interface to work with Windows 7

2010-03-18 Thread bob blast
Hi, I'm trying to load IBM's DB2 Perl Database Interface for LUW on my brand new Dell desktop running Windows 7 Professional and ActiveState Perl but despite the easy instructions at http://www-01.ibm.com/support/docview.wss?rs=71&uid=swg21297335 every time I run the command "ppm install htt

DBD::DB2 1.78 with strawberry perl ... some success

2010-03-18 Thread Kartik Thakore
Hi, I am was having problem with compiling DBD::DB2 on strawberry perl. After some fussing about I realized that the build statement was not made correctly ( it was not linking the db2cli.lib and db2api.lib in dmake). So I manually ran that command and got it to work. However now when I do dmake

RE: Which SQLite DBD To Use

2010-03-18 Thread Will Rutherdale (rutherw)
> -Original Message- > From: Peter J. Holzer [mailto:h...@wsr.ac.at] > > Is there any way to get the driver to use the existing SQLite and to > > avoid the cost of installing the extra one that comes with > DBD-SQLite? > > Almost certainly yes. Thanks for the help. -Will

Problem in Install 'DBD-Oracle' version 1.17 in ActivePerl 5.8.6.811.

2010-03-18 Thread Mithun Radhakrishnan
Hello I was trying to install DBD-Oracle today. I installed DBI successfully. But when I tried to install DBD-Oracle through PPM, it is giving error. I am just copy pasting the entire install log below. Install 'DBD-Oracle' version 1.17 in ActivePerl 5.8.6.811. ==

RE: Which SQLite DBD To Use

2010-03-18 Thread Will Rutherdale (rutherw)
> -Original Message- > From: David Nicol [mailto:davidni...@gmail.com] > amalgamation includes the optional Full Text Search Engine module, > which is extremely cool if you need it. Thanks, I'll keep that in mind. -Will

RE: Which SQLite DBD To Use

2010-03-18 Thread Will Rutherdale (rutherw)
> -Original Message- > From: Peter J. Holzer [mailto:h...@wsr.ac.at] > On 2010-03-16 17:14:32 -0500, Will Rutherdale (rutherw) wrote: > > I am about to ask someone to install DBI and DBD-SQLite on > a platform. > > > > I noticed there are a number of related repos on CPAN: DBD-SQLite, >