Help for this page

Select Code to Download


  1. or download this
    
    #!/usr/bin/perl
    ...
    undef $sth;
    $dbh->disconnect();
    
  2. or download this
    
    #!/usr/bin/perl -w
    ...
    my$dbh1 = DBI->connect("dbi:ODBC:DRIVER={SQL Server};Server=abc.cde.co
    +rp.org\\XYZ;Database=TEST;UID=$user;PWD=$password");