Y
ycyxzwc
Unregistered / Unconfirmed
GUEST, unregistred user!
我在局域网中作了个小cgi程序,试图通过web对数据库实现浏览、查找、编辑、删除等操作,
其他都已经实现,但编辑和删除确有问题,运行后,显示“成功删除”可记录仍在。同样的
语句我做到application中却没有问题。
adotable1.Locate('ID',request.ContentFields.Values['xh'],[loCaseInsensitive]);
adotable1.Edit;
adotable1.FieldByName('姓名').AsString:=request.ContentFields.Values['name'];
adotable1.FieldByName('性别').AsString:=request.ContentFields.Values['xb'];
adotable1.FieldByName('身份证号').AsString:=request.ContentFields.Values['sfzh'];
adotable1.Post;
response.Content:='成功编辑';
竟然没有人回答?呜呜!
其他都已经实现,但编辑和删除确有问题,运行后,显示“成功删除”可记录仍在。同样的
语句我做到application中却没有问题。
adotable1.Locate('ID',request.ContentFields.Values['xh'],[loCaseInsensitive]);
adotable1.Edit;
adotable1.FieldByName('姓名').AsString:=request.ContentFields.Values['name'];
adotable1.FieldByName('性别').AsString:=request.ContentFields.Values['xb'];
adotable1.FieldByName('身份证号').AsString:=request.ContentFields.Values['sfzh'];
adotable1.Post;
response.Content:='成功编辑';
竟然没有人回答?呜呜!