Using perl Syntax Highlighting
- $sth_sistemas= $dbh->prepare($sql_sistemas) or die $DBI::errstr;
- $sth_sistemas->execute(); ### AQUÍ SE DETIENE
- my $registros = $sth_sistemas->rows;
Coloreado en 0.002 segundos, usando GeSHi 1.0.8.4
Debe ser un simple error, pero no lo logro encontrar. ¿Me podrán decir, por favor, cómo detectar la falla? ¿Existe algún registro de postgreSQL?
La versiones son: PostgreSQL v9.2.18, Perl v5.16.3 y el sistema operativo es Centos v7.
Saludos y espero me puedan apoyar. Gracias.