QUERY1.SQL.Add('insert into 考试 values('''+edit17.text+''', '''+edit19.text+''', '''+edit21.text+''')');
考试(课程号SMALLINT,学号CHAR10,成绩SMALLINT)
插入时我都加了引号
但是插入是成功的,数据库里有记录了
DELPHI程序跳出错误如下:PROJECT FANG.exe raised exception class ENoresultSet with
message 'Error creating cursor handle'process stopped or run to continue!