Dim txtSQL As String
txtSQL = "select * from user_Info where user_ID='"txtUserName.Text"'"
其中txtUserName是一个文本控件。
但VB提示expected:end of statement
是'"txtUserName.Text"'这个地方语法有错吗?
或者我在VB什么地方没有设置好。
Dim txtSQL As String
MsgString = "查询到"&rst.RecordCount&"条记录"
也有同样提示。其中rst是一个记录集。[em20]