User Tools

Site Tools


es:dbnull

Differences

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

Link to this comparison view

es:dbnull [2016/02/02 01:10]
fjmangas [History]
es:dbnull [2020/02/28 10:46]
Line 1: Line 1:
-===== 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|New to Version| 
  
es/dbnull.txt · Last modified: 2020/02/28 10:46 (external edit)