# Here's my connection string my $dbh = DBI->connect("dbi:Sybase:server=DDSql;database=toto", 'sa', 'pass', { RaiseError => 1, AutoCommit => 0 }); #### [DDSql] host = 10.10.1.44 port = 1433 tds version = 8.0 emulate little endian = yes