<?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 : shipping1.asp not updating custom</title>
  <link>http://forum.salescart.com/forum/</link>
  <description><![CDATA[This is an XML content feed of; SalesCart Forums : SalesCart Standard / PRO / SQL : shipping1.asp not updating custom]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 27 Jun 2026 23:26:05 +0000</pubDate>
  <lastBuildDate>Sun, 07 May 2006 01:25:54 +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=550</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[shipping1.asp not updating custom : I have isolated the code that...]]></title>
   <link>http://forum.salescart.com/forum/forum_posts.asp?TID=550&amp;PID=1950&amp;title=shipping1asp-not-updating-custom#1950</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.salescart.com/forum/member_profile.asp?PF=348">jwstephens2002</a><br /><strong>Subject:</strong> 550<br /><strong>Posted:</strong> May/07/06 at 1:25am<br /><br />I have isolated the code that is not updating the customer table.  Does anyone ever seen this issue?<br /><br />The following is a code example followed by the results:<br /><br /><br />&lt;%@ LANGUAGE="VBScript.Encode" %&gt;<br />&lt;!--#include file="codepage.asp"--&gt;<br />&lt;!--#include file="ADOVBS.inc"--&gt;<br />&lt;!--#include file="IASUtil.asp"--&gt;<br />&lt;%<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;order = Session("orderid")<br /><br /><br />'WRITE STUFF to Database<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Dim objSimpleAdo, rstRS, SQLStmt, SQLStmt2<br /><br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SQLStmt = "UPDATE &#091;customer&#093; "<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SQLStmt = SQLStmt & "SET shipfname='tttt', "<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SQLStmt = SQLStmt & "password='tttt', "<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SQLStmt = SQLStmt & "shiplname='tttt', "<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SQLStmt = SQLStmt & "shipemail='tttt', "<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SQLStmt = SQLStmt & "shipcompany='tttt', "<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SQLStmt = SQLStmt & "shipaddress='tttt', "<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SQLStmt = SQLStmt & "shipcity='tttt', "<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SQLStmt = SQLStmt & "shipstate='tttt' "<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SQLStmt = SQLStmt & "WHERE Orderid = 2; "<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set SimpleAdo = New CSimpleAdo<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SimpleAdo.setConnectionString = Session("ConnectionString")<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Success = SimpleAdo.ExecuteInsertUpdate(SQLStmt)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SimpleAdo.<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set SimpleAdo = Nothing<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />'READ STUFF to Database<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SQLStmt2 = "SELECT * FROM &#091;customer&#093; "<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SQLStmt2 = SQLStmt2 & "WHERE orderid=2;"<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set SimpleAdo = New CSimpleAdo<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SimpleAdo.setConnectionString = Session("ConnectionString")<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set RS = SimpleAdo.getRecordSet(SQLStmt2)<br />%&gt;<br /><br />Here are the results:<br /><br />Session Provider=Microsoft.Jet.OLEDB.4.0;Data Source=d:\hosting\admin2bapps\supremedarts\fpdb\shop.mdb<br />SQLStmt UPDATE &#091;customer&#093; SET shipfname='tttt', password='tttt', shiplname='tttt', shipemail='tttt', shipcompany='tttt', shipaddress='tttt', shipcity='tttt', shipstate='tttt' WHERE Orderid = 2; <br />Success True<br />shipfname = <br />SQLStmt2 SELECT * FROM &#091;customer&#093; WHERE orderid=2;<br /><br />Any help would be appreciated.  <br /><br />Thanks <br /><br />John]]>
   </description>
   <pubDate>Sun, 07 May 2006 01:25:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.salescart.com/forum/forum_posts.asp?TID=550&amp;PID=1950&amp;title=shipping1asp-not-updating-custom#1950</guid>
  </item> 
 </channel>
</rss>