Vertaling van "SQLSTATE" in Engels
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.
Retourne la valeur de SQLSTATE résultant d'une mauvaise tentative de connexion.
Returns the SQLSTATE value resulting from a failed connection attempt.
Cet attribut est une chaîne contenant le code d'erreur « SQLSTATE ».
This attribute is a string value containing the "SQLSTATE" error code.
Par conséquent, les nouvelles applications ont fortement intérêt à utiliser SQLSTATE.
Therefore, new applications are strongly encouraged to use SQLSTATE.
Retourne une chaîne contenant la valeur de SQLSTATE.
Returns a string containing an SQLSTATE value.
Retourne une chaîne contenant le code erreur SQLSTATE pour la dernière erreur.
Descrizione containing the SQLSTATE error code for the last error.
pour obtenir la valeur de SQLSTATE pour la connexion spécifique.
parameter to retrieve the SQLSTATE value for a specific connection.
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.
Returns a string containing the SQLSTATE error code for the most recently invoked prepared statement function that can succeed or fail.
Le code d'erreur SQLSTATE est toujours celui par défaut, la chaîne de caractères du message n'est pas sujette à traduction.
Notice that the SQLSTATE error code is always defaulted, and the message string is not subject to translation.
L'appel à errcode spécifie le code d'erreur SQLSTATE en utilisant une macro définie dans src/include/utils/errcodes.h.
The errcode call specifies the SQLSTATE error code using a macro defined in src/include/utils/errcodes.h.
errcode(sqlerrcode) spécifie le code SQLSTATE de l'identifiant de l'erreur pour la condition.
errcode(sqlerrcode) specifies the SQLSTATE error identifier code for the condition.
Le code SQLSTATE pour cette erreur.
The SQLSTATE code for the error.
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 string containing the SQLSTATE error code for the most recently invoked prepared statement function that can succeed or fail.
Brièvement, un SQLSTATE consiste en une valeur de classe de deux caractères suivi par une valeur de sous-classe de trois caractères.
Briefly, an SQLSTATE consists of a two-character class value followed by a three-character subclass value.