08/03/2010, 14:07
|
| | Fecha de Ingreso: mayo-2008
Mensajes: 11
Antigüedad: 16 años, 7 meses Puntos: 0 | |
Respuesta: ¿Comparacion de valor null, en un recordset? Si el campo es tipo texto, también podés hacer así:
Dim MiVariable as String
MiVariable = "" & RS("NOMBRE_CAMPO")
Así, si RS("NOMBRE_CAMPO") vale Null, MiVariable quedará con el valor "".
Si RS("NOMBRE_CAMPO") vale algo distinto a Null, en MiVariable tendrás el valor.
Saludos.
Caro |