Vertaling van "errorInfo" 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.
errorInfo - récupère un tableau contenant les informations sur une erreur, s'il y en a, depuis une requête
errorInfo - retrieves an array of error information, if any, from the statement
PDO::errorInfo() retourne uniquement les informations des erreurs pour les opérations exécutées directement sur un gestionnaire de base de données.
PDO::errorInfo() only retrieves error information for operations performed directly on the database handle.
PDOStatement::errorInfo() - Récupère les informations sur l'erreur associée lors de la dernière opération sur la requête
PDOStatement::errorCode() - Fetch the SQLSTATE associated with the last operation on the statement handle
PDO::errorInfo() - Retourne les informations associées à l'erreur lors de 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
PDO::errorInfo() retourne un tableau contenant des informations sur l'erreur survenu lors de la dernière opération exécutée par ce gestionnaire de base de données.
PDO::errorInfo() - Fetch extended error information associated with the last operation on the database handle
Si vous avez besoin d'informations spécifiques sur l'erreur, PDO vous propose également la méthode PDO::errorInfo() qui retourne un tableau contenant le code SQLSTATE, le code erreur spécifique du driver et la chaîne décrivant l'erreur provenant du driver.
If you need more specific information about an error, PDO also offers an PDO::errorInfo() method which returns an array containing the SQLSTATE code, the driver specific error code and driver specific error string.
Si votre requête n'est pas réussie, vous pouvez obtenir des informations liées à l'erreur en utilisant les méthodes errorCode() et errorInfo().
If your query was not successful, you can get related error information using the errorCode() and errorInfo() methods.
PDO::errorInfo() - Retourne les informations associées à l'erreur lors de la dernière opération sur la base de données
Returns NULL if no operation has been run on the database errorInfo() - Fetch extended error information associated with the last operation on the database handle
PDOStatement::errorInfo() retourne un tableau contenant des informations sur l'erreur survenue lors de la dernière opération exécutée par ce gestionnaire de requêtes.
R├╝ckgabewerte PDOStatement::errorInfo() returns an array of error information about the last operation performed by this statement handle.
PDO::errorInfo() retourne uniquement les informations des erreurs pour les opérations exécutées directement sur un gestionnaire de base de données.
PDOStatement::errorInfo() - Fetch extended error information associated with the last operation on the statement handle
Vous devez appeler la fonction PDOStatement::errorInfo() pour retourner les informations sur l'erreur pour une opération exécutée sur un gestionnaire de requête particulier.
You must call PDOStatement::errorInfo() to return the error information for an operation performed on a particular statement handle. Beispiele
errorInfo() et errorCode() renvoyant l'intitulé et le code de la dernière erreur
errorInfo() and errorCode(), to get the last error message and its code.
Le fichier texte ErrorInfo text contient les arborescences d'appels de procédure associées à la défaillance.
The ErrorInfo text file that has the stack traces associated with the failure.