Hej Christian, har prøvet det som du skrev, men det giver stadig fejl.
Fejl.
Microsoft VBScript compilation error '800a0401'
Expected end of statement
/foto-t/foto-page2.asp, line 29
strSQL = "Select * From foto WHERE go='& Request.Querystring("gallery") &'"
--------------------------------------------------------------^
Her er hele koden.
<%' Databaseforbindelse - husk at angive sti til din database
Set Conn = Server.CreateObject("ADODB.Connection")
DSN = "DRIVER={Microsoft Access Driver (*.mdb)}; "
DSN = DSN & "DBQ=" & Server.MapPath("foto.mdb")
Conn.Open DSN
strSQL = "Select * From foto WHERE go='& Request.Querystring("gallery") &'"
Set rs = Conn.Execute(strSQL)
Do'%>
<img src="foto/<%Response.Write rs("foto_lille")%>" alt="" width="250"
height="170" />
<% rs.MoveNext
Loop While Not rs.EOF
Conn.Close
Set Conn = Nothing
%>
Mvh
Nicolaj
--
Vil du lære at kode HTML, XHTML, CSS, SSI, ASP eller ASP.NET?
- Pædagogiske tutorials på dansk
- Kom godt i gang med koderne
KLIK HER! =>
http://www.html.dk/tutorials