<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1030440" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1030440</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/asp-insertion-problem#comment-1177173</link>
    <description> &lt;p&gt;Cheers for that.&lt;/p&gt;
&lt;p&gt;For future notes, what would you say be the best langauge to learn? I find ASP and Access easy to understand the basics so i thought i would stick to it.&lt;/p&gt;
 </description>
     <pubDate>Mon, 22 Aug 2005 16:48:38 +0000</pubDate>
 <dc:creator>dhotchin</dc:creator>
 <guid isPermaLink="false">comment 1177173 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/asp-insertion-problem#comment-1177171</link>
    <description> &lt;p&gt;I&#039;m not going to write the whole code for you but I can point you in the right direction...&lt;br /&gt;
- Your first proublem is letting macromedia write the code for you.&lt;br /&gt;
- Second your writeing in VB the only real purpose is VB is for asp classic.&lt;br /&gt;
- 3rd, your writeing in ASP classic useing a access db. There are better technologies out there. &lt;/p&gt;
&lt;p&gt;But if you still wish to stick with what u have now....&lt;br /&gt;
See this...&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;nbsp; MM_editQuery = &amp;quot;insert into &amp;quot; &amp;amp; MM_editTable &amp;amp; &amp;quot; (&amp;quot; &amp;amp; MM_tableValues &amp;amp; &amp;quot;) values (&amp;quot; &amp;amp; MM_dbValues &amp;amp; &amp;quot;)&amp;quot;&lt;/code&gt;&lt;/div&gt;&#039;&lt;br /&gt;
&quot;MM_editQuery&quot; is a SQL string. The &quot;insert into&quot; keywords in a SQL string tell the database to add a new row.&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;nbsp; If (Not MM_abortEdit) Then&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;#039; execute the insert&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set MM_editCmd = Server.CreateObject(&amp;quot;ADODB.Command&amp;quot;)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MM_editCmd.ActiveConnection = MM_editConnection&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MM_editCmd.CommandText = MM_editQuery&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MM_editCmd.Execute&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MM_editCmd.ActiveConnection.Close&lt;/code&gt;&lt;/div&gt;&#039;&lt;br /&gt;
The row really isnt added untill this section is ran. Write the page so it runs the SQL sting for each row you want to add.&lt;/p&gt;
 </description>
     <pubDate>Mon, 22 Aug 2005 16:43:51 +0000</pubDate>
 <dc:creator>bja888</dc:creator>
 <guid isPermaLink="false">comment 1177171 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/asp-insertion-problem#comment-1177161</link>
    <description> &lt;p&gt;Sorry.&lt;/p&gt;
&lt;p&gt;Yes. The code above is what i have so far. I can add just a single row at a time, or all the rows in the table in to a single row in a access database. But what i would like is to add each row on the table in to its own row in the access database. &lt;/p&gt;
&lt;p&gt;I hope this helps.&lt;/p&gt;
 </description>
     <pubDate>Mon, 22 Aug 2005 16:23:39 +0000</pubDate>
 <dc:creator>dhotchin</dc:creator>
 <guid isPermaLink="false">comment 1177161 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/asp-insertion-problem#comment-1177155</link>
    <description> &lt;p&gt;That was some what confuseing but here is what I got... you want a online form that you can fill out and it will add a few rows in a access db?&lt;/p&gt;
 </description>
     <pubDate>Mon, 22 Aug 2005 16:05:45 +0000</pubDate>
 <dc:creator>bja888</dc:creator>
 <guid isPermaLink="false">comment 1177155 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
