Hi, everyone,
I'm trying to update an Access db: if link is ok, then status=up else status=down, in a form with 3 fields: sitename, link, status:
<%
Server.ScriptTimeout = 150
Set db = Server.CreateObject("ADODB.Connection")
db.Open "Provider=Microsoft.Jet.OLEDB.4.0; Data...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.