主题:这样写对不对呀
不知这样写对不对:
cha:=EntryText
chaxun:="select * from 表1 where*='"^cha^"'"
data2:=ODBCExecute(odbchandle,chaxun)
如果对的话,为什么没有显示呢? 多谢指教!
cha:=EntryText
chaxun:="select * from 表1 where*='"^cha^"'"
data2:=ODBCExecute(odbchandle,chaxun)
如果对的话,为什么没有显示呢? 多谢指教!