%@ Language=VBScript %> <% CONN_STRING = "DBQ=" & Server.MapPath("./rhplandevl.mdb") & ";" CONN_STRING = CONN_STRING & "DefaultDir=" & Server.MapPath("./") & ";" CONN_STRING = CONN_STRING & "Driver={Microsoft Access Driver (*.mdb)};DriverId=25;" Set Conn = Server.CreateObject("ADODB.Connection") Conn.Open CONN_STRING Conn.Execute "insert into UTPageViews (RecordID, PageVisited, WhenVisited) values (" _ & Session("RecordID") & ", 'ForumSoon', '" & Now() & "')" conn.close Set conn = nothing %>
SCARC Forum
| The SCARC Forum utility is still under construction. The Forum will give us a way to communicate questions and solutions dealing with South Carolina GIS. |
|
|