1,217
社区成员
发帖
与我相关
我的任务
分享Set rs = New ADODB.Recordset
rs.CursorLocation = adUseClient
Strsql = "select * from tablename where LevelID=" & CInt(Curnode_tm_id)
rs.Open Strsql, Con, adOpenKeyset, adLockReadOnly
If rs.RecordCount > 0 Then
......