sybperl-l Archive
Up Prev Next
From: guest <mshap at ha1pal dot Corp dot Sun dot COM>
Subject: (no subject)
Date: Jan 14 1999 9:45PM
All,
Perl:
$sql = "insert part set field1 = '1' where part_number = '444';
$dbConnection->dbcmd($sql);
$dbConnection->dbsqlexec;
$dbConnection->dbresults;
If the sql is not correct how do I catch errors that would
normally print to the screen when using the isql interface.
Right now this is blowing up my .cgi scripts and causing
my website to fail.
Thanks for any input,
Mike Shapiro
Sun Microsystems
|