|
||||
sybperl-l ArchiveUp Prev Next
From: Ddunleavy2 at aol dot com Hi,
This is my code. The truncate works just fine but the return code is always
-205. Where is my error?
Thanks
sub truncate_table($$) {
my $dbh = shift;
my $tablename = shift;
if ($tablename !~ /TESTLERG6$/) {
($dbh->ct_sql (<
|