<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.19046">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial>Estoy tratando de conocer si un campo tipo DATE en
firebird tiene un valor nulo y no lo he logrado conseguir. Como podría averiguar
si es nulo o no?</FONT></DIV>
<DIV><FONT face=Arial></FONT> </DIV>
<DIV><FONT face=Arial>Estoy haciendo lo siguiente pero me dice que no tiene un
valor nulo y sin embargo si lo está en la BD.</FONT></DIV>
<DIV><FONT face=Arial></FONT> </DIV>
<DIV><FONT face=Arial>if (dm.rssc1.FieldByName('mespro').AsDateTime = null)
then</FONT></DIV>
<DIV><FONT face=Arial></FONT> </DIV>
<DIV><FONT face=Arial>Saludos</FONT></DIV>
<DIV><FONT face=Arial>=========<BR>|| ISMAEL
||<BR>=========</FONT></DIV></BODY></HTML>