Monday, October 17, 2005

Response.write("Did I do something wrong ?")

Life has become banal these days. It has suddenly become a series of projects and assignments. HTML and ASP are used to define my life this whole week. Maybe it's better this way. At least everything run smoothly as per definition. There's no unexpected turn of events or surprise. Once you get rid of all the bugs, it'll be a little black box of reliability. Print this, retrieve that, save this, query that.

<% dim con, rs
set con = Server.Create("ADODB.Connection")
con.Open myDSN
mySQL = "Select things FROM life Where Events='Happy'"
con.Execute mySQL
Response.Write("I don't want to lose you but I can feel you're slipping away") %>

on a happy note, turns out that I didn't lose that book after all. It just flickered away.


0 Comments:

Post a Comment

<< Home