Help for this page

Select Code to Download


  1. or download this
    $db = DBI->connect('dbi:ODBC:'.$DSN, $UID, $PWD, {PrintError => 0,Rais
    +eError => 1,LongReadLen => 65536});
    ...
    ...
        $mon++;
        return "$year-$mon-$mday $hour:$min:$sec";
    }
    
  2. or download this
    CREATE PROCEDURE FetchPagesWithUpdatedTranslations (
        @ProductId Int,
        @Date datetime = NULL
    ) AS
    ...
    
  3. or download this
    DBD::ODBC::st execute failed: [Microsoft][ODBC SQL Server Driver]Inval
    +id character value for cast specification (SQL-22018)(DBD: st_execute
    +/SQLExecute err=-1) at ...
    
  4. or download this
    CREATE PROCEDURE FetchPagesWithUpdatedTranslations (
        @ProductId Int,
        @DateS varchar(20) = NULL
    ) AS
    ...