<%@ Language=VBSCript%> <% dim strConn dim strSQL dim numTemp strConn = "DRIVER={Microsoft Access Driver (*.mdb)};DBQ=" & Server.MapPath("../database/counter.mdb") & ";UID=admin;PWD=gadsplace;" 'strConn = "DRIVER={Microsoft Access Driver (*.mdb)};DSN=GadsHitCounter;pwd=gadsplace;" strSQL = "SELECT * FROM Hits WHERE PageID=6" Set Conn = Server.CreateObject("ADODB.Connection") Conn.Open strConn Set Rs = Server.CreateObject("ADODB.RecordSet") Rs.Open strSQL, strConn, 3, 3 if Rs.EOF = false then numTemp = Rs.Fields("Count") numTemp = numTemp + 1 Rs.Fields("Count") = CLng(numTemp) Rs.Update end if Rs.Close Set Rs = Nothing Conn.Close Set Conn = Nothing %> Gad's Writings

Gad's Writings


This page contains the few creative tidbits I have penned while at college along with what I consider to be the best of my writing from my high school years. Some were assignments for English, and some were just pieces I wrote in my free time to express myself. I have separated everything into two groups: poetry and prose. Use the frame to the left to select a work for your viewing.

If you don't have time to read everything now, at least try my personal favorites:   "2-13-95," "On Shakespeare," and "The Cabin."

I hope that you will come back to Gad's Place and eventually read all of the works.   I put a lot of work into these, and I want to share them with the world.  All I ask in return is that you drop me a message if there is something that you really like or that really moves you.

There is a picture that goes with "The Cabin."  You can view the picture by clicking on the link at the end of the story.  The normal version is about 22K, the high res version is about 233K.

  E-Mail me at gad@gadsplace.com

Last Updated: