<% Response.CacheControl = "no-cache" 'Get Search Phrase searchFor = Trim (Request ("searchFor")) Set cnn1 = Server.CreateObject("ADODB.Connection") Cnn1.Mode = adModeShareDenyWrite '8 'openStr = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.Mappath("\data\Directory.mdb") openStr = "driver={Microsoft Access Driver (*.mdb)};" & _ "dbq=" & Server.MapPath("\data\Directory.mdb") cnn1.Open openStr,"","" %> Clerk of Superior Court
Upper right corner Image of the Circuit Court Seal
HOME 
FEEDBACK 
GENERAL INFO 
COURT FORMS 
CURRENT FEES 
OPERATIONAL DIVISIONS
NORTH ANNEX 
SOUTH ANNEX 
JUDGES INFORMATION  
FULTON COUNTY INFO 
GLOSSARY OF TERMS  
LINKS  
EMPLOYEES 
 
 
 


 


Help |

<% sqlString = "Select Full, Title, Phone, Name, LevelEmp " & _ "From qryClk " &_ "Where name like '%" & searchfor & "%' " &_ "or Title Like '%" & searchfor & "%' " &_ "Or Phone Like '%" & searchfor & "%' " &_ "Or Full Like '%" & searchfor & "%' " &_ "Order by LevelEmp, Name " 'response.write sqlstring 'Set RS = con.Execute(sqlstring) 'if notrs.eof and searchfor <> "" Then Set rsMbrs = Server.CreateObject("ADODB.Recordset") rsMbrs.Open sqlString , cnn1, adOpenForwardOnly, adLockReadOnly, adCmdText if not rsMbrs.eof and searchfor <> "" Then %>
  
 
<% Do While Not rsMbrs.EOF %> <% rsMbrs.MoveNext loop rsMbrs.Close Set rsMbrs = Nothing cnn1.Close Set cnn1 = Nothing %>
Name Title Phone
<%=Server.HTMLEncode(rsMbrs.Fields(0).Value)%> <%=Server.HTMLEncode(rsMbrs.Fields(1).Value)%> <%=Server.HTMLEncode(rsMbrs.Fields(2).Value)%>

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

<% ELSE %>

You may search the Clerk's Directory one of three ways.

  • Name
  • Division
  • Phone

For example enter the name John in the search box then click search.
A listing of all employees with the name of John or Johnson will appear in the list.

 

<% End IF %>