Const aduseclient = 3
RecSet.cursorlocation = aduseclient
Frågan#1
Går det att skriva om den här kodsnutten så jag inte behöver adovbs.inc?
<%SQL = "select Count(*) AS klo from tabell"
Set RS_klo = Connect.execute(SQL)
Randomize
SQL = "Select * from tabell"
RecSet.cursorlocation = aduseclient
RecSet.cachesize = 5
RecSet.open SQL, Connect, 3,3
RecSet.move Int(Rnd*RS_klo("klo"))%>
TACK!!
