Re: PERL - DBI MODULE

2020-06-04 Thread Darren Duncan
The closest thing to what you ask that is actually useful is to install DBD::SQLite. While this is a DBD, it includes the database engine so you have full DBI functionality without needing to have a separate database server. -- Darren Duncan On 2020-06-02 9:35 p.m., Pramod Mv wrote: Hello te

RE: [EXTERNAL] PERL - DBI MODULE

2020-06-04 Thread Fennell, Brian
/ From: Pramod Mv Sent: Wednesday, June 3, 2020 12:35 AM To: dbi-users@perl.org Subject: [EXTERNAL] PERL - DBI MODULE Hello team Could you please let me know how to use the DBI module without a DBD module installed ? . can you suggest any alternative. -- Regards, Pramod M V

RE: [EXTERNAL] PERL - DBI MODULE

2020-06-04 Thread Fennell, Brian
For further reading: https://metacpan.org/pod/DBI::DBD These links may help as well: (You can compare perl to other programing languages you may already know) https://rosettacode.org/wiki/Table_creation https://rosettacode.org/wiki/Table_creation/Postal_addresses https://rosettacode.org/wiki/SQ

Re: PERL - DBI MODULE

2020-06-04 Thread Jonathan Leffler
On Thu, Jun 4, 2020 at 13:32 Pramod Mv wrote: > Could you please let me know how to use the DBI module without a DBD > module installed ? . can you suggest any alternative. > For most practical purposes, you can't use the DBI without a DBD module — it's reason for existing is to provide a unifo

PERL - DBI MODULE

2020-06-04 Thread Pramod Mv
Hello team Could you please let me know how to use the DBI module without a DBD module installed ? . can you suggest any alternative. -- Regards, Pramod M V

Re: Error in installing perl DBI Module on sun 0s box

2008-11-15 Thread Jonathan Leffler
On Sat, Nov 15, 2008 at 1:22 AM, Sureshkumar M (HCL Financial Services) < [EMAIL PROTECTED]> wrote: > When I tried to install the Perl DBI module in my machine (sun OS > 5.8) I am getting below error messages ,Could you please some one help > me on this... > > C)/home/XYZ/TE

Re: Error in installing perl DBI Module on sun 0s box

2008-11-15 Thread Ron Savage
Hi > Perl 5.008001 required--this is only version 5.00503, stopped at > Makefile.PL line 10. Upgrade Perl, just as the message suggests. But don't install V 5.8. Go straight to V 5.10. -- Ron Savage [EMAIL PROTECTED] http://savage.net.au/index.html

Error in installing perl DBI Module on sun 0s box

2008-11-15 Thread Sureshkumar M (HCL Financial Services)
Hi ALL, When I tried to install the Perl DBI module in my machine (sun OS 5.8) I am getting below error messages ,Could you please some one help me on this... C)/home/XYZ/TEST/suresh/modules/DBI/DBI-1.607$ perl Makefile.PL Perl 5.008001 required--this is only version 5.00503

RE: PERL DBI Module

2001-08-08 Thread Sterin, Ilya
> -Original Message- > From: Brent Eichenberger [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 08, 2001 9:52 PM > To: '[EMAIL PROTECTED]' > Subject: PERL DBI Module > > > Hello, > > I downloaded the DNI module, and follow the instructio