S
shenli.chongqin
Unregistered / Unconfirmed
GUEST, unregistred user!
sql.Add('select * from note_1 where :aaa = :bbb');
Parameters.ParamByName('aaa').Value:=trim(DBLookupComboboxEh1.Text);
Parameters.ParamByName('bbb').Value:=trim(combobox1.Text);
不知道 “where:aaa= :bbb”这种方式行不行???
Parameters.ParamByName('aaa').Value:=trim(DBLookupComboboxEh1.Text);
Parameters.ParamByName('bbb').Value:=trim(combobox1.Text);
不知道 “where:aaa= :bbb”这种方式行不行???