Help for this page

Select Code to Download


  1. or download this
    use DBI;
    
    ...
    #...
        $sp{SetDirty}->execute($objname."_dirty");
    #...
    
  2. or download this
        my $import = $db->prepare_cached('EXEC dbo.ImportClient ?, ?, ?, ?
    +, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?');
        db_error("compiling ImportClient",$db) if !$import;
    ...
                $incorrect++;
            }
    #...