Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: havoc33
  • Content: Threads
  • Order by date
  1. havoc33

    process problem

    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
  2. havoc33

    Shopping cart problem

    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 =...
  3. havoc33

    Problems with converting Access database to SQL

    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...
  4. havoc33

    Problems with setting up a shopping cart.

    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...
  5. havoc33

    How to split up a string, and then count each character?

    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.

Part and Inventory Search

Back
Top