Assuming the error message relates to the objRS.Open.
Is the adovbs constants file in place and included.
try replacing the constants with the values,
objRS.CursorLocation = 3
objRS.Open strProc,objConn,3,1,&H0001
response.write the strProc and objConn to make sure they are valid
Chris.
Indifference will be the downfall of mankind, but who cares?