Hi,

I am running a Perl Script, which does some queries on a Sybase DB, i.e. select, update, insert and so on. After the Script has finished the DB Log has more Data in than before. This means, it will not be erased after the Perl-Script has finished.
How can I solve this Problem?
In the Script all queries are submitted with "commit".

Thanx for your help.