Vertaling van "sqlstate" in Spaans
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.
Returns a string containing the SQLSTATE error code for the last error.
Devuelve una cadena que contiene el código de error SQLSTATE del último error.
Descrição SQLSTATE error code for the last error.
Devuelve una cadena que contiene el código de error SQLSTATE del último error.
The SQLSTATE code for the error.
Only administrator can connect at this time.[SQLState 42000]
Solo el administrador puede conectarse en este momento.[SQLState 42000]
The subclass value '000' in any class indicates that there is no subclass for that SQLSTATE.
El valor de subclase '000' en cualquier clase indica que no hay subclases para ese SQLSTATE.
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.
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.
Corresponds to SQLSTATE '00000', meaning that the SQL statement was successfully issued with no errors or warnings.
Corresponde al SQLSTATE '00000', el cual significa que la sentencia SQL fue ejecutada con éxito, sin errores ni advertencias.
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.
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.
However, warnings that correspond to SQLSTATE values 01000, 01001, 01003, and 01S02 are never treated as errors.
Sin embargo, las alertas correspondientes a los valores de SQLSTATE 01000, 01001, 01003, y 01S02 nunca se tratarán como
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).
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).
If the "x" character is anything other than space, SQLSTATE and SQLCODE describe the error in more detail.
Si el carácter "x" es cualquier otra cosa diferente a un espacio, SQLSTATE y SQLCODE describen el error con mayor detalle.
For a database error, the five-digit XOPEN SQLstate code is returned.
Por un error de base de datos, se devuelve el código XOPEN SqlState de cinco dígitos.
If no more rows are available, a No Data condition occurs with SQLSTATE value 02000.
Si no existen más registros disponibles, ocurrirá una condición de Sin Datos con el valor SQLSTATE 02000.