for next
Hej.Hvad er der galt i det her?
SQLKunder = "SELECT * FROM kunder"
set rs = conn.execute(SQLKunder)
for each myValue in rs
Session(myValue) = rs(myValue)
next
Den kommer med denne fejl:
Sun ONE ASP VBScript runtime (0x800A0CC1)
ADO Could not find the object in the collection corresponding to the name or ordinal reference requested by the collection.
På forhånd tak!
// Rene