Jag vill skriva ut vad besökaren har i sin varukorg.
Microsoft JET Database Engine error '80040e10'
No value given for one or more required parameters.
strSQL = "Select ShoppingBaskets.SB_Quantity, Products.P_Name, Products.P_Price" &_
" From ShoppingBaskets, Products Where" &_
" ShoppingBaskets.SB_SessionID = "& Request.Cookies("Webbshop")("SessionID") &_
" AND ShoppingBaskets.SB_ID_Product = Products.P_ID_Products"
Select ShoppingBaskets.SB_Quantity, Products.P_Name, Products.P_Price From
ShoppingBaskets, Products Where ShoppingBaskets.SB_SessionID = 656703724 AND
ShoppingBaskets.SB_ID_Product = Products.P_ID_Products
:)