Help for this page

Select Code to Download


  1. or download this
    # // Connect to Microsoft SQL 2000 Database   
    my $DSN = 'driver={SQL Server};Server=DIGGER;database=Mailbird;uid=dig
    +ger;pwd=psswrd;';
    ...
    
    # Execute the SQL statement
    $sth->execute;
    
  2. or download this
    AND tblRegion.r_name='Otago' OR tblRegion.r_name='Auckland' OR tblRegi
    +on.r_name='Northland ...