摘要:
procedure tform15.button4click(sender: tobject); var str : string; str1 : string; str2 : string; str3 : string; i : integer; j : integer; k : integer; l : integer; begin i := 6; str := form27.adoq......
摘要:
lotus r5,windows 2000 server c/s 要解决的问题:将数据库acl的用户在表单打开时,在一个列表框中列出。 我的代码如下: 全局变量: dim u as string dim uidoc as notesuidocument 表单的postopen: sub postopen(source as notesuidocument) set uidoc = sou......
如何找出为<null>的记录
谢谢!
where a=
这样查不出啊
NO.1 作者: yujohny
select * from 表 where a is null
NO.2 作者: txlicenhe
where a is null -- 非空用 where a is not null
where isnull(a,) =
摘要:
我用bcc32去编译一个bpr出现一大堆错误,我不知道怎么解决了! 请大家不吝指教!
......