i want to time how long it takes to query my database on my ASP page.

in VBScript is Timer the only timing function I have access to ?? Is this the best accuracy I can get (accurate to 1s) ??

I would like up to ms accuracy!

Thanks.