insert语句怎么写
ADOQuery1.SQL.Add('insert into Infor(Name,Sex,Age,Number,Address)values
(“‘+EdName.tect+’“,“‘+EdSex.tect+’“,“‘+EdAge.tect+’“,“‘+EdNumber.tect+’“,“‘+EdAddress.tect+’“,)') 不记得引号怎么打了
我想把文本框的值插入数据库 怎么在values()中写
[解决办法]
'insert int xxx(fielda) values('+QuotedStr(edit1.text)+')'