Hi, new here. I have a database-driven product inventory on my website and I'm trying to figure out why I can't call a product page directly. If I try, I get this error:
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC SQL Server Driver][SQL Server]Incorrect syntax near the keyword 'and'.
/store1/pagetop.asp, line 257
Rather than calling product pages directly, you first have to go to
http://www.english-classics.net/store1/index.asp?merchant_num=5
and THEN go to
http://www.english-classics.net/store1/product.asp?catcount=1&1=&1a=&catidnum=&prodidnum= 23736&mernum=5
The weird part is that if you try to call the product page directly and get that error, when you refresh the page it will show the product but without the category list on the left. Is there a way for me to call the page directly and correctly?