On Wed, Jun 25, 2003 at 10:04:09AM -0600, Trevor Morrison wrote:

> I am running the Perl DBI interface which connects to a Oracle 8.1.7
> database.  This all works fine.  The problem that I have is that when I
> run a particular script ( show below) the dataset that is returned
> includes rows from the database that I had deleted prior to running the
> script?  Any thoughts.  Thanks,

How did you delete the rows?  Did you commit the transaction in which you
deleted the rows?  If you run the query in sqlplus, does it show those
rows?

Ronald

Reply via email to