J
jxj
Unregistered / Unconfirmed
GUEST, unregistred user!
我现在有两个表:A、B。SQL7.0
A表有一字段为:预抵日期:为smalldatetime类型
b表有一字段为:到达日期:为smalldatetime类型。
我现在用A表的字段给B表赋值。
b.edit;
b.fieldbyanem('到达日期').asdatetime:=a.fieldbyname('预抵日期').asdatetiem;
b.post;
如果A表的预抵日期不为空,那么程序没有错误。
如果A表的预抵日期为空(NULL),那么程序会出现如下错误:
A表有一字段为:预抵日期:为smalldatetime类型
b表有一字段为:到达日期:为smalldatetime类型。
我现在用A表的字段给B表赋值。
b.edit;
b.fieldbyanem('到达日期').asdatetime:=a.fieldbyname('预抵日期').asdatetiem;
b.post;
如果A表的预抵日期不为空,那么程序没有错误。
如果A表的预抵日期为空(NULL),那么程序会出现如下错误: