When I try to check out my order in the shopping cart, I get an error which I don't know what means:
Microsoft OLE DB Provider for SQL Server (0x80040E14)
Line 1: Incorrect syntax near '.06'.
/folder/process.asp, line 62
The code on that line is:
call openConn()
dbc.execute sqlAdd, intAffected
Hi, I been trying to get this shopping cart to work all week. Whenever I put an item in the basket I get an error msg: "Your browser does not enable cookies". But my browser DOES enable cookies. Here's the first half of the addprod.asp page:
Dim prodid, quantity, arrCart, scartItem
prodid =...
I'm converting a Access database to SQl, but I've ran into some problems. I'm a complete rookie at this and I'm trying out a free shopping cart from http://www.urlogy.com/. When converting to SQL, it says on the website something like this:
"Remember to also create the stored procedures with...
I'm building a website with a shopping cart. But when I'm setting up the cartID, I get a error message. My browser is in norwegian, but I think the msg says "Type mismatch" (or something like that). Here is the code:
dim CartID
CartID = Request.QueryString ("CartID")
If CartID = "" Then
Dim...
I'm really stuck on this.. how do I split up a string and then count each character? For example that the letter A had 3 occurences, b had 2 etc. etc.. I've been working on this for several days, but I can't figure it out. So any help would be appreciated.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.