J
Jeff Uchtman
This command worked prior to "Provider=Microsoft.Jet.OLEDB.4.0;Data Source="
now it won't. Any help would be appreciated.
db.execute("update faq set count=count+1 where faqid=" &
request.querystring("faqid"))
Count is a field name in FAQ table in MS Access DB.
now it won't. Any help would be appreciated.
db.execute("update faq set count=count+1 where faqid=" &
request.querystring("faqid"))
Count is a field name in FAQ table in MS Access DB.