%@LANGUAGE="VBSCRIPT"%>
<%
'NSL 060905 FOR NOW, we are connecting to the DB DSNLESS. Neverthless,
'i left the include file here, just in case we decide to change.
'view code below
%>
<%
' *** Edit Operations: declare variables
MM_editAction = CStr(Request("URL"))
If (Request.QueryString <> "") Then
MM_editAction = MM_editAction & "?" & Request.QueryString
End If
' boolean to abort record edit
MM_abortEdit = false
' query string to execute
MM_editQuery = ""
%>
<%
' *** Insert Record: set variables
If (CStr(Request("MM_insert")) <> "") Then
MM_editConnection = MM_CGSOT_STRING
MM_editConnection= "dsn=access_cgsot;"
MM_editTable = "tblAlumni"
MM_editRedirectUrl = "InfoReceived.html"
MM_fieldsStr = "First Name|value|Last Name|value|Address1|value|Address2|value|City|value|State|value|Zip|value|Phone|value|Email|value|Degree|value|Highest Degree|value|Present Business|value|Comments|value|chkMailingList|value"
MM_columnsStr = "txtfName|',none,''|txtlName|',none,''|txtAddress1|',none,''|txtAddress2|',none,''|txtCity|',none,''|txtState|',none,''|txtZip|',none,''|txtPhone|',none,''|txtEmail|',none,''|nDegree|none,none,NULL|txtHighDegree|',none,''|txtPresentBus|',none,''|txtComments|',none,''|ynMailingList|none,none,NULL"
' create the MM_fields and MM_columns arrays
MM_fields = Split(MM_fieldsStr, "|")
MM_columns = Split(MM_columnsStr, "|")
' set the form values
For i = LBound(MM_fields) To UBound(MM_fields) Step 2
MM_fields(i+1) = CStr(Request.Form(MM_fields(i)))
Next
' append the query string to the redirect URL
If (MM_editRedirectUrl <> "" And Request.QueryString <> "") Then
If (InStr(1, MM_editRedirectUrl, "?", vbTextCompare) = 0 And Request.QueryString <> "") Then
MM_editRedirectUrl = MM_editRedirectUrl & "?" & Request.QueryString
Else
MM_editRedirectUrl = MM_editRedirectUrl & "&" & Request.QueryString
End If
End If
End If
%>
<%
' *** Insert Record: set variables
If (CStr(Request("MM_insert")) <> "") Then
' create the sql insert statement
MM_tableValues = ""
MM_dbValues = ""
For i = LBound(MM_fields) To UBound(MM_fields) Step 2
FormVal = MM_fields(i+1)
MM_typeArray = Split(MM_columns(i+1),",")
Delim = MM_typeArray(0)
If (Delim = "none") Then Delim = ""
AltVal = MM_typeArray(1)
If (AltVal = "none") Then AltVal = ""
EmptyVal = MM_typeArray(2)
If (EmptyVal = "none") Then EmptyVal = ""
If (FormVal = "") Then
FormVal = EmptyVal
Else
If (AltVal <> "") Then
FormVal = AltVal
ElseIf (Delim = "'") Then ' escape quotes
FormVal = "'" & Replace(FormVal,"'","''") & "'"
Else
FormVal = Delim + FormVal + Delim
End If
End If
If (i <> LBound(MM_fields)) Then
MM_tableValues = MM_tableValues & ","
MM_dbValues = MM_dbValues & ","
End if
MM_tableValues = MM_tableValues & MM_columns(i)
MM_dbValues = MM_dbValues & FormVal
Next
MM_editQuery = "insert into " & MM_editTable & " (" & MM_tableValues & ") values (" & MM_dbValues & ")"
If (Not MM_abortEdit) Then
Dim MyConn
Dim MdbFilePath
Set MyConn = Server.CreateObject("ADODB.Connection")
MdbFilePath = Server.MapPath("/access_db/cgsot.mdb")
MyConn.open "Driver={Microsoft Access Driver (*.mdb)}; DBQ=" & MdbFilePath & ";"
Set oRS= MyConn.execute(cstr(MM_editQuery))
MyConn.close
If (MM_editRedirectUrl <> "") Then
Response.Redirect(MM_editRedirectUrl)
End If
End If
End If
%>
CALIFORNIA GRADUATE SCHOOL OF THEOLOGY
HONORARY DEGREES
Candidates for the degree of Doctor of Letters (D.Litt.)
shall be not less than 40 years of age and either:
Graduates of CAL GRAD who have been awarded a Bachelor's degree at least eight years previously,
or a Master's degree at least seven years previously, or the degree
of Doctor of Philosophy at least four years previously; or
Members of staff of CAL GRAD who have been awarded a Bachelor's degree at least
eight years previously or a Master's degree at least seven years previously,
or a degree of Doctor of Philosophy at least four years previously
and who have been members of staff of CAL GRAD for at least two years.
Recognized scholars who have contributed substantially to the advancement
of theological education and whose scholarship is evidenced in original
research, published writings, and conference speaking. Additionally,
this person is to have expressed a desire to advance the school's
educational purposes by personal involvement in the programs offered.
The degree of D.Litt. shall be conferred only upon candidates whose
record of published work and research shows conspicuous ability and
originality and constitutes a distinguished and sustained achievement.
Consideration Of Applications
The Academic Dean shall present a candidate
for the D.Litt. degree after having considered carefully the record
of research and published work of the candidate. Unlike the honorary
D.D. degree where pastoral gifts and ministry achievements are considered,
the D.Litt candidate is considered for academic and research/publishing
accomplishments. Any time the D.Litt degree is conferred it is to
be a testament to the academic standard and reputation of CAL GRAD. A
committee including the chairman of the board and one full time professor
shall formally accept the nomination. A letter shall be issued to
the recipient by the Academic Dean.
Candidates for the degree of Doctor of Divinity (D.D.) shall not be less than 40 years of age and either :
Graduates of CAL GRAD who have a distinguished record of pastoral ministry,
no less than ten years in the position of Senior Pastor.
Graduates of CAL GRAD who have become skilled at church planting and have a proven
record of evangelism through church planting.
Staff of CAL GRAD whose contribution to the advancement of education in the field of pastoral
ministry is well regarded by his/her peers. The candidate shall have
no less than 2 years academic relationship with CAL GRAD.
Candidates who do not have association to CAL GRAD may be considered by written request
and a thorough account of their experience, education, and pastoral
accomplishments. The written request is to be signed by no less than
two witnesses who can personally testify to the veracity of the claims.
In such case, the candidate shall be brought before the degree committee
(consisting of the Chairman of the Board and the Academic Dean and
at least one other faculty/staff of CAL GRAD), and examined.
The Academic Dean shall notify the candidate by an official letter from the school.
If you have any questions,
contact or visit the Office Administration
at CAL GRAD
California Graduate School of Theology
501 South Idaho Street
La Habra, CA 90631 Phone 1: 1.562.691.5219 Phone 2: 1.714.848.3559 Fax:
1.562.266.1578 E-mail:info@cgsot.edu