find-a-teacher
The search function is not currently active. We hope to activate it by the end of the month. In the mean time, you can send any queries here.
%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% Option Explicit %>
<% Dim cn Dim adoRS Dim rs Dim sql dim searchType Const adLockOptimistic = 3 Const adOpenForwardOnly = 0 Set cn = Server.CreateObject("ADODB.Connection") cn.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source= " & server.MapPath("sa music teacher.mdb") cn.Open %>
The search function is not currently active. We hope to activate it by the end of the month. In the mean time, you can send any queries here.