Help for this page

Select Code to Download


  1. or download this
    CREATE TABLE [Web_Team].[tblDept] (
        [deptID] [int] IDENTITY (1, 1) NOT NULL ,
    ...
        [defaultMsg] [text] NOT NULL ,
        [active] [bit] NOT NULL 
    )
    
  2. or download this
    SELECT * FROM tblDept
    
  3. or download this
    {'LongTruncOk' => 0, LongReadLen => 1000000 }
    
  4. or download this
    my $DSN = 'driver={SQL Server};server=devcgi;tcpip=123.123.123.123:123
    +4;database=testbed;uid=web;pwd=team;'; 
    
    ...
    print Dumper($temp),"\n";
    
    $dbh->disconnect();