Z
ZhangLiMing
Unregistered / Unconfirmed
GUEST, unregistred user!
Delphi+Mssql7.0
用的是ADODataSet组件,连上的是pubs数据库
在ADODataSet组件中,我在Inspector设置CommandText为: select * from Employee where fname='helen',可以通过
但是我在代码中设置 CommandText:='select * from Employee where fname="helen"'却行不通,为什么?
用的是ADODataSet组件,连上的是pubs数据库
在ADODataSet组件中,我在Inspector设置CommandText为: select * from Employee where fname='helen',可以通过
但是我在代码中设置 CommandText:='select * from Employee where fname="helen"'却行不通,为什么?