(Fwd) [perl #40244] req:regarding support for BerkeleyDB

(Fwd) [perl #40244] req:regarding support for BerkeleyDB

am 28.08.2006 21:10:06 von Tim.Bunce

----- Forwarded message from Narendran via RT -----

Subject: [perl #40244] req:regarding support for BerkeleyDB
From: Narendran via RT
Reply-To: dbi-faq@perl.org
RT-Ticket: perl #40244
RT-Originator: narendran.babu@gmail.com
To: "AdminCc of perl Ticket #40244": ;
Date: Sun, 27 Aug 2006 23:05:34 -0700


Sun Aug 27 23:05:33 2006: Request 40244 was acted upon.
Transaction: Ticket created by narendran.babu@gmail.com
Queue: dbi-faq
Subject: req:regarding support for BerkeleyDB
Owner: Nobody
Requestors: narendran.babu@gmail.com
Status: new
Ticket


Respected Sir/Madam,

I am looking for a Database independant API for my project . My project
works with BerkeleyDB and SQLite . I need a database independant API for
both . U have created DBD for all . Can i have an DBD for BerkeleyDB . I
really doesn't get where u have already there. Up to the extent i search (Perl
extension for Berkeley DB version 2, 3 o) is there ,is it a DBI and can i
write an generic set of code that will work with both . Whatever suggestion
u can provide will be useful to me Sir. If there is nothing as such yet
,i will create and give it to . I require ur advice now.

Thanking you in advance

Thanks & Regards
Narendran Babu
(Student)


Respected Sir/Madam,

I am looking for a Database independant API for my project . My project works with BerkeleyDB and
SQLite . I need a database independant API for both . U have created DBD for all . Can i have an DBD
for BerkeleyDB . I really doesn't get where u have already there. Up to the extent i search (Perl
extension for Berkeley DB version 2, 3 o) is there ,is it a DBI and can i write an generic set of code
that will work with both . Whatever suggestion u can provide will be useful to me Sir. If there is
nothing as such yet ,i will create and give it to . I require ur advice now.

Thanking you in advance

Thanks & Regards
Narendran Babu
(Student)


----- End forwarded message -----

Re: (Fwd) [perl #40244] req:regarding support for BerkeleyDB

am 28.08.2006 21:17:43 von jeff

You can use DBD::SQLite to access SQLite and DBD::DBM to access
BerkeleyDB. For fullest access to BerkeleyDB you'll also need MLDBM and
SQL::Statement. DBD::DBM comes with DBI, all the other mentioned
modules are available on CPAN under their own names.

--
Jeff

Tim Bunce wrote:
> ----- Forwarded message from Narendran via RT -----
>
> Subject: [perl #40244] req:regarding support for BerkeleyDB
> From: Narendran via RT
> Reply-To: dbi-faq@perl.org
> RT-Ticket: perl #40244
> RT-Originator: narendran.babu@gmail.com
> To: "AdminCc of perl Ticket #40244": ;
> Date: Sun, 27 Aug 2006 23:05:34 -0700
>
>
> Sun Aug 27 23:05:33 2006: Request 40244 was acted upon.
> Transaction: Ticket created by narendran.babu@gmail.com
> Queue: dbi-faq
> Subject: req:regarding support for BerkeleyDB
> Owner: Nobody
> Requestors: narendran.babu@gmail.com
> Status: new
> Ticket
>
>
> Respected Sir/Madam,
>
> I am looking for a Database independant API for my project . My project
> works with BerkeleyDB and SQLite . I need a database independant API for
> both . U have created DBD for all . Can i have an DBD for BerkeleyDB . I
> really doesn't get where u have already there. Up to the extent i search (Perl
> extension for Berkeley DB version 2, 3 o) is there ,is it a DBI and can i
> write an generic set of code that will work with both . Whatever suggestion
> u can provide will be useful to me Sir. If there is nothing as such yet
> ,i will create and give it to . I require ur advice now.
>
> Thanking you in advance
>
> Thanks & Regards
> Narendran Babu
> (Student)
>
>
> Respected Sir/Madam,
>
> I am looking for a Database independant API for my project . My project works with BerkeleyDB and
> SQLite . I need a database independant API for both . U have created DBD for all . Can i have an DBD
> for BerkeleyDB . I really doesn't get where u have already there. Up to the extent i search (Perl
> extension for Berkeley DB version 2, 3 o) is there ,is it a DBI and can i write an generic set of code
> that will work with both . Whatever suggestion u can provide will be useful to me Sir. If there is
> nothing as such yet ,i will create and give it to . I require ur advice now.
>
> Thanking you in advance
>
> Thanks & Regards
> Narendran Babu
> (Student)
>
>
> ----- End forwarded message -----
>
>
>