首页上一页 1 下一页尾页 1 条记录 1/1页
如何ADODC 查询结果显示在TEXT文本框中
发表在C#图书答疑
2011-09-25
是否精华
是
否
版块置顶:
是
否
如何ADODC 查询结果显示在TEXT文本框中
我将查询结果:
Adodc1.RecordSource = "select * from 表 where 规格 like '" & Text1 & "' & '%'"
Adodc1.Refresh
text2.datasoure=adodc1.recordset.Fields("字段名1") & adodc1.recordset.Fields("字段名2") '
但在文本框看不不到显示结果
我的本意是想将显示在datagride中的数据显示在text中。
我将查询结果:
Adodc1.RecordSource = "select * from 表 where 规格 like '" & Text1 & "' & '%'"
Adodc1.Refresh
text2.datasoure=adodc1.recordset.Fields("字段名1") & adodc1.recordset.Fields("字段名2") '
但在文本框看不不到显示结果
我的本意是想将显示在datagride中的数据显示在text中。