Roman Neuhauser wrote:
> # [EMAIL PROTECTED] / 2006-10-19 16:05:58 -0500:
>> try
>> {
>> $objStatement->execute($arrParams);
>> $intID = $objStatement->fetchColumn();
>> $objStatement->closeCursor();
>> }
>> catch (PDOException $objEx)
>> {
>> error_log(get_class($objEx));
>> //
# [EMAIL PROTECTED] / 2006-10-19 16:05:58 -0500:
> try
> {
> $objStatement->execute($arrParams);
> $intID = $objStatement->fetchColumn();
> $objStatement->closeCursor();
> }
> catch (PDOException $objEx)
> {
> error_log(get_class($objEx));
> // Actually handle the exception
> }
2 matches
Mail list logo