I am planning an online Product Catalog complete with Pictures for each item, using SQL Server database & ASP/HTML. Is it possible to put images in the database tables or would it be better to put a reference (something like record= <a href="path/imagename.jpg></a>) that would be used by the ASP/html page?
Also, how do I add jpegs using Insert or Update SQL commands? User will have HTML form for creation/update of new products.
Eric Searing
eric.searing@wcom.com
Also, how do I add jpegs using Insert or Update SQL commands? User will have HTML form for creation/update of new products.
Eric Searing
eric.searing@wcom.com