Search found 2 matches
- Fri Oct 08, 2004 4:47 pm
- Forum: Technical / Scripting
- Topic: Using response.write with a access database
- Replies: 2
- Views: 3936
Here's the relevant bits of code, hope it clarify it a bit prodsql = "SELECT * FROM products WHERE ID = " & id set prodrs = Server.CreateObject("ADODB.RecordSet") prodrs.open prodsql, objconn, , adopenkeyset ">" align="top"> "> The code basically goes though each of the fields in the record and disp...
- Fri Oct 08, 2004 8:57 am
- Forum: Technical / Scripting
- Topic: Using response.write with a access database
- Replies: 2
- Views: 3936
Using response.write with a access database
Wonder if anyone can help. I am designing a web page using vbscript and MS Access database. The administration pages capture the information on products i.e. screen size, height etc. and saves them to the database to be displayed on the customer web pages. When my users fill in the details for scree...