# Here's my connection string my $dbh = DBI->connect("dbi:Sybase:server=DDSql;database=toto", 'sa', 'pass', { RaiseError => 1, AutoCommit => 0 });