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.
Devuelve una cadena que contiene el código de error SQLSTATE del último error.
Returns a string containing the SQLSTATE error code for the last error.
El código SQLSTATE para el error.
El valor de subclase '000' en cualquier clase indica que no hay subclases para ese SQLSTATE.
The subclass value '000' in any class indicates that there is no subclass for that SQLSTATE.
Devuelve una cadena que contiene el código de error SQLSTATE del último error.
Descrição SQLSTATE error code for the last error.
El código SQLSTATE identifica el tipo de error que ha ocurrido; esto puede ser utilizado por las aplicaciones de front-end para llevar a cabo operaciones específicas (tales como el control de errores) en respuesta a un error de base de datos concreto.
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.
Corresponde al SQLSTATE '00000', el cual significa que la sentencia SQL fue ejecutada con éxito, sin errores ni advertencias.
Corresponds to SQLSTATE '00000', meaning that the SQL statement was successfully issued with no errors or warnings.
Si el código de error SQLSTATE no está definido o no hay un error específico del driver, los elementos siguientes al 0 estarán establecidos como NULL.
If the SQLSTATE error code is not set or there is no driver-specific error, the elements following element 0 will be set to NULL.
Sin embargo, las alertas correspondientes a los valores de SQLSTATE 01000, 01001, 01003, y 01S02 nunca se tratarán como
However, warnings that correspond to SQLSTATE values 01000, 01001, 01003, and 01S02 are never treated as errors.
Una operación de fetch después de haber recuperado la última fila posiciona el cursor detrás de la misma y devuelve SQLSTATE 02000 (SQLCODE +100).
After you fetch the last row, if you fetch again, you will put the cursor after the last row and get the following code: SQLSTATE 02000 (SQLCODE +100).
Si el carácter "x" es cualquier otra cosa diferente a un espacio, SQLSTATE y SQLCODE describen el error con mayor detalle.
If the "x" character is anything other than space, SQLSTATE and SQLCODE describe the error in more detail.
Si el carácter "x" no es un espacio, los códigos SQLSTATE y SQLCODE describen el error con mayor detalle.
If the "x" character is anything other than space, SQLSTATE and SQLCODE describe the error in more detail.
Si no existen más registros disponibles, ocurrirá una condición de Sin Datos con el valor SQLSTATE 02000.
If no more rows are available, a No Data condition occurs with SQLSTATE value 02000.
Devuelve el valor SQLSTATE que resultó de un intento de conexión fallido.
Return Values Returns the SQLSTATE value resulting from a failed connection attempt.