
16/06/2004, 11:24
|
 | | | Fecha de Ingreso: mayo-2002 Ubicación: Lima, Peru
Mensajes: 4.619
Antigüedad: 22 años, 10 meses Puntos: 7 | |
Lo recomendable seria
if (dataset is nothing) or (dataset.tables(TU_TABLA).rows.count=0) then
'el dataset esta vacio
'la comparacion con nothing te protege de que el dataset no llegue a formarse
end if |