User Tools

Site Tools


es:dbnull

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
es:dbnull [2016/01/18 01:27]
fjmangas created
es:dbnull [2020/02/28 10:46] (current)
Line 1: Line 1:
-Trabajo en curso+===== DBNull (Función) ===== 
 + 
 +==== Formato ==== 
 +**dbnull** ( //numeric_expr// )\\ 
 +**dbnull** ( //database_number// , //numeric_expr// )\\ 
 +**dbnull** ( //database_number// , //recordset_number// , //numeric_expr// )\\ 
 +**dbnull** ( //string_expr// )\\ 
 +**dbnull** ( //database_number// , //string_expr// )\\ 
 +**dbnull** ( //database_number// , //recordset_number// , //string_expr// )\\ 
 + 
 +devuelve //boolean_value// 
 + 
 +==== Descripción ==== 
 +Return a [[boolean|true]] if the specified column number or name of the current row of the open recordset is a NULL vale.  If the field contains a value a [[boolean|false]] will be returned.\\ 
 +\\ 
 +Traducción 
 +Devuelve VERDADERO si el número de columna especificada o el nombre de la fila actual del conjunto seleccionado es un valor NULO (NULL). Si el campo contiene un valor se devolverá FALSO  
 +==== Ejemplo ==== 
 +Ver ejemplo de utilización en la página [DBOpen|DBOpen]]. 
 + 
 +==== See Also ==== 
 +{{page>en:start#Database (SQLITE)&noheader}} 
 + 
 +==== Vínculos Externos ==== 
 +Para más información sobre bases de datos en general  [[http://en.wikipedia.org/wiki/SQL|SQL at Wikipedia]] y en particular para SQLite  [[http://sqlite.org|SQLite Home Page]]. 
 + 
 +==== Historial ====  
 +|0.9.9.23|Nuevo en la Versión| 
es/dbnull.1453105640.txt.gz · Last modified: 2020/02/28 10:46 (external edit)