Help for this page

Select Code to Download


  1. or download this
    package MyDB;
    use DBIx::LazyMethod::MSSQL;
    ...
    }
    
    1;
    
  2. or download this
    use MyDB;
    my $db = MyDB->new();
    ...
    my $title;
    $db->GetFieldTitle( fieldtype => 'I', fieldid => 11, fieldtitle => $ti
    +tle);
    print "\$title = $title\n";