1,215
社区成员




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
......