DBI/DBD::* are only interface/drivers to the underlying database. When you
call any DBI function it's in fact executing the db function. This is more
of a DB specific question. If your db has some sort of a back up, etc...,
then you can recover through that, DBI would really have nothing to do with
that, other than if you want to run queries on the database.
HTH
Ilya Sterin
-----Original Message-----
From: Peter Gibbons
To: [EMAIL PROTECTED]
Sent: 06/04/2001 9:42 AM
Subject: recovering lost data
hello,
i've deleted data from a table via dbi a few days ago:
is this recoverable via dbi, and if so whatwould the example code be?
regards
Pete