Panico... !!

  • Creatore Discussione Creatore Discussione jan267
  • Data di inizio Data di inizio

jan267

Utente Attivo
6 Mar 2003
1.950
2
38
36
Milano
twitter.com
Raga cio un problema che non riesco a risolvere, mannaggia a me.. mo vi illustro :D :D
Codice:
<%
...
ElseIf (strAction="List" OR strAction="") Then
	Set strRs = Server.CreateObject("ADODB.Recordset")
		strSql = "SELECT * FROM sezioni ORDER BY section_name ASC"
		strRs.CursorType = 1
		strRs.Open strSql, strConn
		Do Until strRs.EOF
			Response.Write vbCrLf & "<li><a href="""&strPage&"?Task=View&GalleryID="&strDbSectionID&"&ImageID=1"">"&strDbSectionName&"</a>"
			strRs.MoveNext
		Loop
...
%>
Il bastardo non so per quale diavolo di un motivo mi mostra il numero di categorie giusto ma il nome della categoria e` sempre lo stesso, il primo.
Sapete dirmi perche` ? Io non me lo spiego... non mi era mai capitato.. !!
Tnx :D Bye =)