<%@ Language=VBScript %> <% set conn = server.createobject ("adodb.connection") conn.open "Provider=sqloledb;Data Source=mssql06.1and1.com,1433;Initial Catalog=db144210469;User Id=dbo144210469;Password=njdZbKRX; " set rsGroups = conn.Execute("select GroupName,GroupDescription from Groups Order by GroupName") TheMessage = "Ministries" %> Ministries - The Place Adventist Fellowship
The Place Adventist Fellowship
The Place Adventist Fellowship

<% Response.Write TheMessage %>

An "active" member in most churches is someone who attends regularly and financially supports the church. But God has far greater expectations for every Christian. He expects every Christian to use his or her gifts and talents in ministry. Every believer is called into ministry.

Every ministry is important. Below is a list of the existing ministries at The Place and links to some basic descriptions of the roles of individuals in those ministries. Take a look at what's below and realize that you can craft your own ministry in the body of Christ. For more information, contact Pastor Simon with your passion.

<% Do Until rsGroups.EOF %>

<% Response.Write rsGroups("GroupName")%>

<% Response.Write rsGroups("GroupDescription") %>

<% rsGroups.MoveNext loop %>