> 
> T=timer
> For I = 1 to 1000
>       'do something
> next
> T=timer-T
> Response.write T
> 

mit Subselect:  15,01938
mit Inner Join: 14,73438

Allerdings habe ich den Verdacht, da� meine Text-Routine
die Messung verf�lscht:

beginn = timer
for i = 0 to 10000
rs.open strsql,conn
rs.close
next
ende = timer
response.write (ende-beginn)

Wie seht Ihr das?

Gruss

Alex
www.aspintranet.de

~~~~~~~~~~~~~~~~~~~~~~~~~~~sponsored by United Planet~~~~~~~~~~~~~~~~~
Intrexx.BizWalker + ODBC/OLEDB-Daten = ASP-Formular
ATTACK! Download Intrexx CRM-Studio Now!   http://www.intrexx.com
_______________________________________________
Database.asp mailing list
[EMAIL PROTECTED]
http://www.glengamoi.com/mailman/listinfo/database.asp

Antwort per Email an