Stephen Turner schrieb: > This will get you a DBI-style database handle: > my $dbh = $RT::Handle->dbh; > I'd only use this for reading from the DB. You could ruin your day by > doing direct SQL updates. > Steve Steve, Thank you very much, works great! Michel