一个DATASOURCE1,一个TABLE1,一个DBGRID1,控制TMPDGD表,然后我想把EDIT15的TEXT的值斌给TMPDGD表中的'品牌'字段.用如下语句
'insert into tmpdgd([品牌]) values(''' + edit15.text + ''')';
这个语言运行出现了如下问题:
[Error] dd.pas(118): Statement expected, but expression of type 'String' found