Vertaling van "the SQLSTATE" in Frans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
PDO::errorCode - Fetch the SQLSTATE associated with the last operation on the database alphanumeric identifier defined in the ANSI SQL-92 standard.
PDO::errorCode - Retourne le SQLSTATE associé avec la dernière opération sur la base de données
PDOStatement::errorCode - Fetch the SQLSTATE associated with the last operation on the statement handle
PDOStatement::errorCode - Récupère le SQLSTATE associé lors de la dernière opération sur la requête
Returns the SQLSTATE value resulting from a failed connection attempt.
Retourne la valeur de SQLSTATE résultant d'une mauvaise tentative de connexion.
Descrizione containing the SQLSTATE error code for the last error.
Retourne une chaîne contenant le code erreur SQLSTATE pour la dernière erreur.
parameter to retrieve the SQLSTATE value for a specific connection.
Returns a string containing the SQLSTATE error code for the most recently invoked prepared statement function that can succeed or fail.
Retourne une chaîne contenant un code erreur SQLSTATE depuis la fonction de requête préparée la plus récente qu'elle ait réussie ou échouée.
Notice that the SQLSTATE error code is always defaulted, and the message string is not subject to translation.
Le code d'erreur SQLSTATE est toujours celui par défaut, la chaîne de caractères du message n'est pas sujette à traduction.
The errcode call specifies the SQLSTATE error code using a macro defined in src/include/utils/errcodes.h.
L'appel à errcode spécifie le code d'erreur SQLSTATE en utilisant une macro définie dans src/include/utils/errcodes.h.
errcode(sqlerrcode) specifies the SQLSTATE error identifier code for the condition.
errcode(sqlerrcode) spécifie le code SQLSTATE de l'identifiant de l'erreur pour la condition.
Returns a string containing the SQLSTATE error code for the most recently invoked prepared statement function that can succeed or fail.
Retourne une chaîne contenant le code d'erreur SQLSTATE de la commande la plus récente qui a été préparée.
returns a null-terminated string containing the SQLSTATE error code for the most recently invoked prepared statement API function that can succeed or fail.
retourne une chaîne terminée par un null, contenant le code d'erreur SQLSTATE de la plus récente fonction de requête préparée qui ait été utilisée.
Returns a null-terminated string containing the SQLSTATE error code for the most recently executed SQL statement.
Retourne une chaîne termineé par null, contenant le code d'erreur SQLSTATE de la dernière erreur.
Returns a string containing the SQLSTATE value returned by an SQL statement.
Retourne une chaîne contenant la valeur de SQLSTATE retournée par une requête SQL.