S
Scottsheck
I am executing the following in an .HTML file (not on a web server) using
vbscript:
Set rst = MSODSC.Connection.Execute(strSql)
If (Err.Number <> 0) Then
msgbox "Error."
endif
This code works fine on a computer with Office XP 2002, but gets an "Object
doesn't support this property
or method (Error 438)" with Service Pack 3.
I can't figure out how to get around this.
vbscript:
Set rst = MSODSC.Connection.Execute(strSql)
If (Err.Number <> 0) Then
msgbox "Error."
endif
This code works fine on a computer with Office XP 2002, but gets an "Object
doesn't support this property
or method (Error 438)" with Service Pack 3.
I can't figure out how to get around this.