
run a VBSript on Win98 task scheduler
Bill:
Thanks.
Another question is:
Can I use the following code in vbscript?
strSQL="SELECT * FROM ops "
'set up rst
Set rst=createobject("ADODB.RECORDSET")
rst.open strSQL, _
strConnect, ado_OpenKeyset, ado_LockOptimistic
It gives me the error message:" ADO could not find the object in the
collection corresponding to the name or oridinal reference requested by the
application".
Thanks again.
Y.H. Duan