%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%> <% 'Get form results strCompanyName = Request("cmbCommunity") strCategoryName = Request("cmbCategories") strKeywords = Request("txtKeywords") strSearchType = Request("keysearchtype") Dim strSQL strSQL = "SELECT DISTINCT Community.Company" strSQL = strSQL & " FROM Community" strSQL = strSQL & " WHERE Community.Inactive <> 1" strSQL = strSQL & " ORDER BY Community.Company ASC" Set rsCommunity = Server.CreateObject( "ADODB.Recordset" ) Set rsCommunity = con.execute(strSQL) strSQL = "SELECT DISTINCT Community.Category" strSQL = strSQL & " FROM Community" strSQL = strSQL & " ORDER BY Community.Category ASC" Set rsCategories = Server.CreateObject( "ADODB.Recordset" ) Set rsCategories = con.execute(strSQL) %>
Community Resource Database
Looking for information on local community services?
The Brockville Public Library Community Resource Database is a free, online directory of health, human service, education agencies and programs in Brockville and the surrounding area and includes services for children, teens, adults, families, and seniors. With detailed information on over 200 community resources, the BPLCRD provides instant, keyword access to essential information for Brockville individuals, organizations and visitors.
The CRD reaches people wherever computers linked to the Internet are available, wherever people can benefit from its use – in their homes, in their workplace, in community agencies, schools, and libraries. The BPLCRD is current, with information added and updated regularly.
If your organization is not listed, or you have more current details, please contact amanda@brockvillelibrary.ca. We would love to hear from you.
**DO NOT USE "BROCKVILLE" IN YOUR KEYWORD SEARCH**
Organization/Business Search
Category Search
Keyword Search *Separate multiple keywords with a space.
| <%=strBusinessName%> | |
| <%=strDescription%> | |
| Website: | <%=strURL%> |
| Address: | <%=rsResult("Address1")%> <%=strAddress2%> <%=rsResult("City")%>, <%=rsResult("Province")%> <%=rsResult("PostalCode")%> |
| Telephone: | <%=rsResult("Telephone")%> |
| Toll Free: | <%=rsResult("TollFree")%> |
| Fax: | <%=rsResult("Fax")%> |
| Contact: | <%=strContact%> |
| Email: | <%=strEmail%> |