<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>SalesCart Forums : Newbie needs help</title>
  <link>http://forum.salescart.com/forum/</link>
  <description><![CDATA[This is an XML content feed of; SalesCart Forums : SalesCart Standard / PRO / SQL : Newbie needs help]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 06:00:04 +0000</pubDate>
  <lastBuildDate>Wed, 21 Sep 2005 11:57:17 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 11.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.salescart.com/forum/RSS_post_feed.asp?TID=426</WebWizForums:feedURL>
  <image>
   <title><![CDATA[SalesCart Forums]]></title>
   <url>http://forum.salescart.com/forum/forum_images/web_wiz_forums.png</url>
   <link>http://forum.salescart.com/forum/</link>
  </image>
  <item>
   <title><![CDATA[Newbie needs help : THANK YOU! THANK YOU! THANK YOU! Follwed...]]></title>
   <link>http://forum.salescart.com/forum/forum_posts.asp?TID=426&amp;PID=1550&amp;title=newbie-needs-help#1550</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.salescart.com/forum/member_profile.asp?PF=270">cibolo</a><br /><strong>Subject:</strong> 426<br /><strong>Posted:</strong> September/21/05 at 11:57am<br /><br /> <img border="0" src="http://forum.salescart.com/forum/smileys/smiley20.gif" border="0">  <img border="0" src="http://forum.salescart.com/forum/smileys/smiley20.gif" border="0"> THANK YOU! THANK YOU! THANK YOU!<br />Follwed those instructions and it worked perfectly.<br /><br />]]>
   </description>
   <pubDate>Wed, 21 Sep 2005 11:57:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.salescart.com/forum/forum_posts.asp?TID=426&amp;PID=1550&amp;title=newbie-needs-help#1550</guid>
  </item> 
  <item>
   <title><![CDATA[Newbie needs help : Try this article for the ISAM...]]></title>
   <link>http://forum.salescart.com/forum/forum_posts.asp?TID=426&amp;PID=1547&amp;title=newbie-needs-help#1547</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.salescart.com/forum/member_profile.asp?PF=4">Techno Geek</a><br /><strong>Subject:</strong> 426<br /><strong>Posted:</strong> September/21/05 at 11:48am<br /><br />Try this article for the ISAM error message: <a href="http://support.salescart.com/kb/KB-details.asp?key=5393" target="_blank">http://support.salescart.com/kb/KB-details.asp?key=5393</a>]]>
   </description>
   <pubDate>Wed, 21 Sep 2005 11:48:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.salescart.com/forum/forum_posts.asp?TID=426&amp;PID=1547&amp;title=newbie-needs-help#1547</guid>
  </item> 
  <item>
   <title><![CDATA[Newbie needs help : Thank you, you were correct, I...]]></title>
   <link>http://forum.salescart.com/forum/forum_posts.asp?TID=426&amp;PID=1545&amp;title=newbie-needs-help#1545</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.salescart.com/forum/member_profile.asp?PF=270">cibolo</a><br /><strong>Subject:</strong> 426<br /><strong>Posted:</strong> September/21/05 at 10:00am<br /><br />Thank you, you were correct, I had text in the database and it was looking for a number.<br />Fixed that and now I am getting this error<br /><br />Microsoft JET Database Engine error '80004005' <br /><br />Could not find installable ISAM. <br /><br />/cgi-bin/shop1.asp, line 138 <br /><br /><br />Below is the code for lines 120 thru 150 on the page<br /><br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; For x=1 to 3<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If  chkQuantity &gt; volarray(x)  Then&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n bsp;<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; adjustprice = (price * (disarray(x)/100))&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; showdiscount = disarray(x)<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;End  If<br /><br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If adjustprice &lt;&gt; 0 Then<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;price  = price - adjustprice<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;price  =  Round(price,2)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs p;&nbsp;&nbsp;'round to two decimal places<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adjustprice  = 0<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End If<br /><br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Next<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;End If<br /><br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set Connection = Server.CreateObject("ADODB.Connection")<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /><u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Connection.Open Session("ConnectionString")</u><br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SQLStmt = "INSERT INTO item "<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SQLStmt = SQLStmt & "(&#091;Orderid&#093;, Discount, Quantity, Item, Price, Description, Units, &#091;Size&#093;, Weight, Taxed, Upsell) "<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SQLStmt = SQLStmt & "VALUES (" & Order & ", " & showdiscount & ", " & Quantity & ", '" & part & "', '" & price & "', "<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SQLStmt = SQLStmt & "'" & description & "', '" & units & "', '" & size & "', '" & weight & "', '" & taxed & "', '" & upsell & "'); "<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set RS = Connection.Execute(SQLStmt)<br />%&gt;<br />&lt;!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.0//EN" "html.dtd"&gt;<br />&lt;html&gt;<br /><br />&lt;head&gt;<br /><br />I undelined line 138<br /><br />Thank you again.]]>
   </description>
   <pubDate>Wed, 21 Sep 2005 10:00:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.salescart.com/forum/forum_posts.asp?TID=426&amp;PID=1545&amp;title=newbie-needs-help#1545</guid>
  </item> 
  <item>
   <title><![CDATA[Newbie needs help : Type mismatch usually means that...]]></title>
   <link>http://forum.salescart.com/forum/forum_posts.asp?TID=426&amp;PID=1541&amp;title=newbie-needs-help#1541</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.salescart.com/forum/member_profile.asp?PF=4">Techno Geek</a><br /><strong>Subject:</strong> 426<br /><strong>Posted:</strong> September/21/05 at 8:51am<br /><br />Type mismatch usually means that you're putting in something other than what the database is expecting to see. <br /><br />For example, the weight field in the database is set to number only so if you enter anything but a number in the field you will get this error message. <br /><br />I'm not sure about the recordsets above but it doesn't look the same to me. ]]>
   </description>
   <pubDate>Wed, 21 Sep 2005 08:51:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.salescart.com/forum/forum_posts.asp?TID=426&amp;PID=1541&amp;title=newbie-needs-help#1541</guid>
  </item> 
  <item>
   <title><![CDATA[Newbie needs help : Thank you in advance for any and...]]></title>
   <link>http://forum.salescart.com/forum/forum_posts.asp?TID=426&amp;PID=1539&amp;title=newbie-needs-help#1539</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.salescart.com/forum/member_profile.asp?PF=270">cibolo</a><br /><strong>Subject:</strong> 426<br /><strong>Posted:</strong> September/21/05 at 7:33am<br /><br />Thank you in advance for any and all help. I am new to salescart, and databases. I am working on a site that someone else built and is no longer around to help or answer questions. When I click the add to cart button the page comes up as <br /><br />Microsoft VBScript runtime error '800a000d'<br />Type mismatch: 'weight'<br />/cgi-bin/shop1.asp line 17<br /><br />Below is the code from the page itself<br />lines 8 thru 17 <br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Quantity = Abs(Request("Quantity"))<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;part = SQLEncode(Request("part")) <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;price = SQLEncode(Request("price")) <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;description = SQLEncode(Request("description")) <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;units = SQLEncode(Request("units")) <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;size = SQLEncode(Request("size")) <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;weight = SQLEncode(Request("weight")) <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;taxed = SQLEncode(Request("taxed"))<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;upsell = SQLEncode(Request("upsell")) <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;weight = Quantity * weight<br /><br />Also this site was built with older software versions than what I have. I am not sure what version of FP or SalesCart where used. It was last updated on 5/20/02.<br />I am using FP 2003 and the new Salescart Pro.<br /><br /><br />Thanks again.]]>
   </description>
   <pubDate>Wed, 21 Sep 2005 07:33:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.salescart.com/forum/forum_posts.asp?TID=426&amp;PID=1539&amp;title=newbie-needs-help#1539</guid>
  </item> 
 </channel>
</rss>