求救高手,如何过滤字段值为空的记录,在线等,很急

求救高手,如何过滤字段值为空的记录,在线等,很急 Delphi / Windows SDK/API
http://www.delphi2007.net/DelphiDB/html/delphi_20061217171642253.html
FILTER:='字段名'=NULL不行?如何写?  
   
 

FILTER:='字段名=NULL'  
 

FILTER   :=   '字段名   IS   NULL'

FILTER   :=   '字段名=NULL'

XX   IS   NULL   and   XX=''''       XX代表字段名

不好意思写错了   是   XX   IS   NULL   Or   XX=''''       XX代表字段名  
 

posted on 2009-05-12 16:00  delphi2007  阅读(1002)  评论(0编辑  收藏  举报