sqlCount = "Select Count(topic_ID) AS CountThreads from tblTopics where forum_ID = "&strForumID&" "
Set rsCountThreads = Conn.Execute(sqlCount)
response.write "&"rsCountThreads("CountThreads")"&"
Är det något fel på denna kod? Allt den gör är att returnera värdet noll trots att det finns flera poster....
Set rsCountThreads = Conn.Execute(sqlCount)
response.write "&"rsCountThreads("CountThreads")"&"
Är det något fel på denna kod? Allt den gör är att returnera värdet noll trots att det finns flera poster....

Comment