G
Ginger
Unregistered / Unconfirmed
GUEST, unregistred user!
本人初编数据库程序,某Table中有一Lookup字段(string型),请问如何赋值?
我直接:
MyTable.FieldByName('MyLookupField').Value := AValue;
AValue为一string且值在Lookup-Table中,但发现未成功,字段值仍为空。
请教诸位。
我直接:
MyTable.FieldByName('MyLookupField').Value := AValue;
AValue为一string且值在Lookup-Table中,但发现未成功,字段值仍为空。
请教诸位。