banner literature about projects tools meetings search links BBS GAP home GAP home
home
<% Set Conn = Server.CreateObject("ADODB.Connection") Conn.Open Application("DSN_TS") Session("StateAbbreviation") = Request("State") Set RSState = Conn.Execute("SELECT * FROM vstatespecificcontacts WHERE Abbreviation = '" & Session("StateAbbreviation") & "'") Session("StateName") = RSState("Name") Session("StateID") = RSState("StateID") Response.Write("

Project Information for " & RSState("Name") & " GAP

A Project of the USGS/BRD
Gap Analysis Program

") 'this is line 33 ***** StartContacts this is good, do not overwrite***** Set Conn2 = Server.CreateObject("ADODB.Connection") Conn2.Open Application("DSN_TS") Set RSState = Conn2.Execute("SELECT * FROM States WHERE StateID = '" & Session("StateID") & "'") Set RSContacts = Conn2.Execute("EXEC spGetStateSpecific " & RSState("StateID")) Response.Write("") %>

 

Literature  | About GAP | Projects and Products | Tools | Meetings | SearchLinks | Bulletin Boards  |  Site Map

 

USGS  ||Gap Analysis Program || NBII ||
Disclaimer
|| Privacy || Accessibility||
GAP Webmaster ||