Delete the content by running DELETE FROM tablename - I'm unfamiliar with Sybase::CTlib but with DBI you do something like:
$dbh = DBI->connect(@database_parameters); $dbh->do("DELETE FROM tablename");
-- Joost downtime n. The period during which a system is error-free and immune from user input.
In reply to Re: dropping or deleting tables
by Joost
in thread dropping or deleting tables
by cjacksonjr
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |