This is the wrong forum for this question since you are asking a classic ASP question but the answer is quite simple. Your connection string is invalid. You are missing a semicolon in this line and I have bolded where you need to add it:
strConn = "DBQ=" & Server.MapPath("product.mdb")
;
hth.
================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
================================================== =========
.: Wrox Technical Editor / Author :.
Wrox Books 24 x 7
================================================== =========