Coloreado en 0.000 segundos, usando GeSHi 1.0.8.4
Cabe mencionar que el arreglo contiene 3 registros pero solo el primero lo actualiza bien, y después manda el error.
El código es:
Using perl Syntax Highlighting
- @field = split /\*/, $in{'checks'};
- foreach $f (@field) {
- ( $cup, $sec, $subs, $calle, $ext, $int, $lext, $lint, $col ) = split /-/, $f;
- $sth = $dbh->do("use serverboxdu"); # or MiError($DBI::errstr);
- $sth
- = $dbh->prepare(
- "update serverboxdu.dbo.cupgral set sec='$sec',subsec='$subs',calle='$calle',numext='$ext',numint='$int',letra_ext='$lext' where cup='x'"
- ) or MiError($DBI::errstr);
- $sth->execute or MiError($DBI::errstr);
- $sth->finish;
- $cOK++;
- }
Coloreado en 0.003 segundos, usando GeSHi 1.0.8.4
y el error es el siguiente:
Using text Syntax Highlighting
Error: Server message number=105 severity=15 state=1 line=1 server=SRV-CARTO text=Unclosed quotation mark after the character string ''.Server message number=102 severity=15 state=1 line=1 server=SRV-CARTO
¿Me podrían echar manasoo? ¡¡ Gracias !!