- 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";
}
- or download this
CREATE PROCEDURE FetchPagesWithUpdatedTranslations (
@ProductId Int,
@Date datetime = NULL
) AS
...
- 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 ...
- or download this
CREATE PROCEDURE FetchPagesWithUpdatedTranslations (
@ProductId Int,
@DateS varchar(20) = NULL
) AS
...