数据库为Paradox7
query1.close;
query1.sql.clear;
query1.databasename := 'wuliu';
Query1.DBSession.AddPassword('351309');
Query1.SQL.Add('update insys.db set PassWords ='''+edit6.Text+''' where user ='''+edit5.Text+'''');
 Query1.ExecSQL;
提示错误:
Project MainPro.exe raised exception class EDBEngineError with 
message 'Capability not supported.' Process stopped .use Step or
Run to continue.
请问哪错了,应该怎么改?