<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>Tochie's Feed - Programmer's Heaven</title>
    <link>http://www.programmersheaven.com/feed/User/328358/RSS.aspx</link>
    <description>Events at Programmer's Heaven related to the user Tochie.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Thu, 23 May 2013 06:38:45 -0700</pubDate>
    <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>
    <item>
      <title>i am trying to insert the form fields into the microsoft access databa</title>
      <link />
      <description>&lt;p&gt;Posted the message 'i am trying to insert the form fields into the microsoft access databa' on the ColdFusion forum.&lt;/p&gt;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>
      <pubDate>Thu, 30 Oct 2008 10:21:24 -0700</pubDate>
    </item>
  </channel>
</rss>