Using Store Procedures #199
SmgcGithub07
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all. My name is Saulo, and I´m a total newbie in Leaf.
try {
require_once ('../../ConexionDB\conexionMySQL.php'); //Se llama el archivo donde está la conexión a la BD
} catch (Exception $ex) { //Entra a la excepción, pero, cierra el estatuto y la conexión a la BD
$conexion -> close(); // Se cierra la conexión a la BD
echo $ex->getMessage();
}
?>`
?>`
Regards to all and thank you for read my post.
(*) As you can see, I make some actions before try to insert (same think when I update a egister at the table), so, that´s the reason I use the SP and also, insert and then check some ID´s and come back with some result sets.
Beta Was this translation helpful? Give feedback.
All reactions