.Command") rsCommunities_cmd.ActiveConnection = MM_nicholas1_STRING rsCommunities_cmd.CommandText = "SELECT * FROM thoughtcloud.rohit_community WHERE acitve=1 and not communityid=9 and not communityid=10 ORDER BY community_name" rsCommunities_cmd.Prepared = true Set rsCommunities = rsCommunities_cmd.Execute rsCommunities_numRows = 0 %>
|
||||||||||||||||||||||||||||||||||||||||||||||