<%@LANGUAGE="VBSCRIPT"%> <% set Recordset1 = Server.CreateObject("ADODB.Recordset") Recordset1.ActiveConnection = MM_connChamber_STRING Recordset1.Source = "SELECT EventId, EventName, EventDate, EventStartDate, EventDescription FROM dbo.Calendar WHERE Month(EventStartDate) = Month(GetDate())" Recordset1.CursorType = 0 Recordset1.CursorLocation = 2 Recordset1.LockType = 3 Recordset1.Open() Recordset1_numRows = 0 %> Community
 
 
 
Calendar of Events
Business Directory
Education
Government
Tourism
     
Phone Numbers

Emergency
911

Snake River boat landing area looking torwards city
Welcome to Pine City, Minnesota, the county seat for Pine County.

Pine County Sheriff
(Non-Emergency)
(320) 629-3930

City of Pine City Public Works
(320) 629-6474 or
(800) 996-4707

Alllina Medical Center
Pine City

(320) 629-7505

Fairview Lakes Regional Medical Center
(612) 982-7000

MN Poison Control Center
(800) 222-1222
Information

Pine City Pionee
r
This Month
   
<%=(Recordset1.Fields.Item("EventName").Value)%>
Date: <%=(Recordset1.Fields.Item("EventDate").Value)%>
<% Recordset1.Close() %>