<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% ' FileName="Connection_ado_conn_string.htm" ' Type="ADO" ' DesigntimeType="ADO" ' HTTP="false" ' Catalog="" ' Schema="" Dim MM_rcdb_STRING 'MM_rcdb_STRING = "Driver={Microsoft Access Driver (*.mdb)};DBQ=C:\InetPub\wwwroot\tarheelrc\access_db\flying.mdb" MM_rcdb_STRING = "Driver={Microsoft Access Driver (*.mdb)};DBQ=d:\hosting\rcflyers\access_db\flying.mdb" %> <% Dim events Dim events_numRows Set events = Server.CreateObject("ADODB.Recordset") events.ActiveConnection = MM_rcdb_STRING events.Source = "SELECT * FROM HomeEvents ORDER BY EStartDate ASC" events.CursorType = 0 events.CursorLocation = 2 events.LockType = 1 events.Open() events_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = 3 Repeat1__index = 0 events_numRows = events_numRows + Repeat1__numRows %> Welcome to Tarheel R/C Flyers!
Home Members Events Forums Resources Contact/Join Us
 

Welcome to Tarheel R/C Flyers


The Tarheel R/C Flyers is a model aircraft flying club located in Rocky Mount, NC. We currently have about 50 members and...
  • we hold at least 3 public flying events every year
  • we provide a fun and safe family environment for men and women of all ages
  • we encourage all flying types (fixed wing, rotor aircraft, gas, glow, electric, etc.) and flight instruction is available at no cost.
  • we've been in Eastern NC for over 40 years.
  • we're AMA-sanctioned club who’s missions is to promote radio-controlled aviation.

Our club is also home to the Twin County eagles, IMAA Chapter 482. Please feel free to visit us at out beautiful field!

Our Field

Our field is located in Wilson County, NC.  The runway is 750' x 90' of beautiful Bermuda grass.  It is East-West facing, and the pilots face North.  We have clear approaches on either side, and the sun is never a problem!

<% While ((Repeat1__numRows <> 0) AND (NOT events.EOF)) %> <% Repeat1__index=Repeat1__index+1 Repeat1__numRows=Repeat1__numRows-1 events.MoveNext() Wend %>
Upcoming Events
"><%=(events.Fields.Item("ETitle").Value)%>
  <%=(events.Fields.Item("EStartDate").Value)%> <% if (events.Fields.Item("EEndDate").Value) > (events.Fields.Item("EStartDate").Value) then %> - <%=(events.Fields.Item("EEndDate").Value)%> <% end if %>
View More...
Directions
Get Directions Our field is located at:
7475 White Bridge Rd.
Elm City, NC 27822
Get Directions

 

Members, check your email here.
<% events.Close() Set events = Nothing %>