G
gyfstar
Unregistered / Unconfirmed
GUEST, unregistred user!
三层中数据的插入用1还是2,两者有什么区别?
1:
commandtext:='insert into talbel() value()';
execute;
2:
commandtext:'select * from table';
insert;
………
post;
applyupdate(0);
1:
commandtext:='insert into talbel() value()';
execute;
2:
commandtext:'select * from table';
insert;
………
post;
applyupdate(0);