Databases Reference
In-Depth Information
if rs("TOC") <> "" then Response.write
"<br><font color='Green' ><i>Contents</i></font>: " & rs("TOC")
rs.MoveNext
Loop
Response.Write "<HR>"
rs.close
cn.close
That's it. As you can see, a little ADO programming is all it takes to “publish” an Access
database over the Web.
Search WWH ::




Custom Search