Mailing List Archive



Back to the month index Back to the list index

George P. Esperanza (george@calamba.laguna.net)
Tue, 4 Nov 1997 10:15:46 -0800 (GMT+8)


Date: Tue, 4 Nov 1997 10:15:46 -0800 (GMT+8)
From: "George P. Esperanza" <george@calamba.laguna.net>
Subject: delete status
Message-ID: <Pine.LNX.3.96.971104095739.2001A-100000@calamba.laguna.net>

Hi!

It's me again.....

I just want to know, how do i check the status of the query statement
especially in deleting record. I'm using MsqlPerl Interface.

ex.

$sth = $dbh->query("delete from supplem where acc_no = '$acc_no'");

How do i know if the record is successfully deleted or if the record does
not exists.

Thanks.....

George