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
As an alternative way of handling different error conditions, you can catch the SPIError exception and determine the specific error condition inside the except block by looking at the sqlstate attribute of the exception object.
Comme alternative à la gestion des différentes conditions d'erreur, vous pouvez récupérer l'exception SPIError et déterminer la condition d'erreur spécifique dans le bloc except en recherchant l'attribut sqlstate de l'objet exception.
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.
The SQLSTATE code for the error.
Le code SQLSTATE pour cette erreur.
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.
The SQLSTATE code identifies the type of error that has occurred; it can be used by front-end applications to perform specific operations (such as error handling) in response to a particular database error.
Le code SQLSTATE identifie le type d'erreur qui s'est produite; cela peut être utilisé par des applications d'entrée pour effectuer des opérations spécifiques (comme la gestion d'erreur) en réponse à une erreur de base de données particulière.