Help for this page

Select Code to Download


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