你到底准备要干什么?
是要用Query对数据库直接进行修改还是用DB控件修改后提交到数据库中?
1.Query.SQL.Add('Update Table Set A1=... Where A2=...')
2.Query.ApplyUpdates