Home
General Information
Forms, Rules & Regulations
About Us
Contact Us
 
 
 
 
Contact Us Information for Teachers & Parents
Information for Students
Information for Judges & Volunteers
Please post questions regarding science fair projects ("How to..", "Where do I...", etc) on the Discussion Boards. Many questions can be answered through the Discussion Boards. When filling out the form below, please provide as much detailed information as possible so we can answer your questions to the best of our ability.
Name:
Email:
I am a:
School/Company:
Subject:
Message:



You can also reach us at:
    Greater San Diego Science and Engineering Fair
    P.O. Box 22658
    San Diego, CA 92192-2658

    619.851.2915 Executive Office

 
Email:
      General - gsdsef@gsdsef.org
      Director - Shirley Miranda
      President - Phil Gay
      School Relations, VP - Mary Domb Mikkelson
      Judging - Larry Nordell
      Professional Societies - Walter Desmond
<% 'Aeonsector ASP-DB Visitor Counter Open Source Code feel free to change and redistribute 'http://www.aeonsector.com Dim openConn, conString, stringDB, objRS, addCount Set openConn = Server.CreateObject("ADODB.Connection") '----------------------------------------------------------------------------------------------------------------------------- 'This is the only part that needs changing (Change the DSN_NAME_HERE to your DSN name" ' conString = "DSN=DSN_NAME_HERE" conString = "SERVER=SQL2K-1.NETHERE.NET;DSN=sdsl;User Id=aa4457;Password=sd66812;" ' Open the database connection openConn.Open Application("Driver={SQL Server};SERVER=SQL2K-1.NETHERE.NET;DSN=sdsl;User Id=aa4457;Password=sd66812;") sql = "SELECT * FROM Visitors WHERE SiteName=NP" Set objRS = objConn.Execute (sql) '----------------------------------------------------------------------------------------------------------------------------- ' openConn.Open conString ' stringDB="SELECT * FROM Visitors WHERE SiteName=NP" ' set rstt=server.CreateObject("ADODB.Recordset") objRS.open stringDB,openConn,3,3 addCount = objRS.fields("dbCNTR") objRS.fields("dbCNTR")= addCount + 1 objRS.Update %> <%=addCount%> <% objRS.Close Set objRS= Nothing %>