F
f_5110
Unregistered / Unconfirmed
GUEST, unregistred user!
数据库连接用ADO,ACCESS。
用临时库b中editfieldnamestring)更新库a中的同一个字段,总提示b.字段名没有默认值。
adoquery1.sql.add('update a set a.'+editfieldname+'=b.'+editfieldname+' where c=b.c');
adoquery1.execsql;
用临时库b中editfieldnamestring)更新库a中的同一个字段,总提示b.字段名没有默认值。
adoquery1.sql.add('update a set a.'+editfieldname+'=b.'+editfieldname+' where c=b.c');
adoquery1.execsql;