<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'i am trying to insert the form fields into the microsoft access databa' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'i am trying to insert the form fields into the microsoft access databa' posted on the 'ColdFusion' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Tue, 18 Jun 2013 22:22:36 -0700</pubDate>
    <lastBuildDate>Tue, 18 Jun 2013 22:22:36 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>i am trying to insert the form fields into the microsoft access databa</title>
      <link>http://www.programmersheaven.com/mb/ColdFusion/381427/381427/i-am-trying-to-insert-the-form-fields-into-the-microsoft-access-databa/</link>
      <description>i am using a coldfusion web page to connect to my data base. i am using microsoft access and i named it feedback. i created a table which i named enquiry. i am trying to insert the form fields into the microsoft access database and also to send a mail from the database to my mail. &lt;br /&gt;
&lt;br /&gt;
please what scripts can i use for this.&lt;br /&gt;
&lt;br /&gt;
i tried used the field shown below but it gave me an error message which says the datasource feedback cannot be found. why is this so?&lt;br /&gt;
&lt;br /&gt;
Below is the scripts i used. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;CFQUERY DATASOURCE="feedback" NAME="Enquiry"&amp;gt;&lt;br /&gt;
&lt;br /&gt;
INSERT INTO feedback(fullname, telephone, email, Enquiry, comments)&lt;br /&gt;
&lt;br /&gt;
VALUES('#form.fullname#', '#form.telephone#', '#form.email#', '#form.Enquiry#', '#form.comments#'&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/CFQUERY&amp;gt;&lt;br /&gt;
&amp;lt;CFMAIL  TO="mymail@domain.com" FROM="#email#" subject="Enquiry"&amp;gt;&lt;br /&gt;
			&lt;br /&gt;
			       #fullname#&lt;br /&gt;
			&lt;br /&gt;
			  #telephone#&lt;br /&gt;
			&lt;br /&gt;
			       #email#&lt;br /&gt;
			&lt;br /&gt;
			       #Enquiry#&lt;br /&gt;
			&lt;br /&gt;
			        #comments#&lt;br /&gt;
			&lt;br /&gt;
			&lt;br /&gt;
				&lt;br /&gt;
&amp;lt;/CFMAIL&amp;gt;&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/ColdFusion/381427/381427/i-am-trying-to-insert-the-form-fields-into-the-microsoft-access-databa/</guid>
      <pubDate>Thu, 30 Oct 2008 10:21:23 -0700</pubDate>
      <category>ColdFusion</category>
    </item>
  </channel>
</rss>