<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1029424" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1029424</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/0x80040e14-syntax-error-insert-statement#comment-1172066</link>
    <description> &lt;p&gt;I have found a workaround to the problem. I changed the boolean fields to text fields. They now work fine. Thanks everyone for your help.&lt;/p&gt;
 </description>
     <pubDate>Mon, 30 May 2005 16:59:12 +0000</pubDate>
 <dc:creator>garenk</dc:creator>
 <guid isPermaLink="false">comment 1172066 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/0x80040e14-syntax-error-insert-statement#comment-1172043</link>
    <description> &lt;p&gt;Usefull site: &lt;a href=&quot;http://www.xlinesoft.com/asprunner/docs/error_syntax_error_in_insert_into_statement.htm&quot; class=&quot;bb-url&quot;&gt;http://www.xlinesoft.com/asprunner/docs/error_syntax_error_in_insert_into_statement.htm&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;I think &quot;Pin&quot; is a reserved word. Try another word in your database.&lt;/p&gt;
 </description>
     <pubDate>Mon, 30 May 2005 15:29:11 +0000</pubDate>
 <dc:creator>dhotchin</dc:creator>
 <guid isPermaLink="false">comment 1172043 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/0x80040e14-syntax-error-insert-statement#comment-1172041</link>
    <description> &lt;p&gt;it&#039;s the output of the SQL string that will show the error&lt;/p&gt;
 </description>
     <pubDate>Mon, 30 May 2005 15:21:36 +0000</pubDate>
 <dc:creator>chrishirst</dc:creator>
 <guid isPermaLink="false">comment 1172041 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/0x80040e14-syntax-error-insert-statement#comment-1172039</link>
    <description> &lt;p&gt;Line 26 is where the error occurs. The first &quot;Conn.execute SQL&quot;.&lt;br /&gt;
The last two variables are boolean variables. They don&#039;t require single quotes.&lt;/p&gt;
&lt;p&gt;Here is the SQL string that might be causing the problem:&lt;/p&gt;
&lt;p&gt;SQL = &quot;insert into Users ([FullName],[Pin],[Assettag],[MachineType],[LaptopHomeConnect],[SecPCHomeConnect])&quot; &amp;amp; _&lt;br /&gt;
&quot; values (&#039;&quot; &amp;amp; toSQLString(Request(&quot;FullName&quot;)) &amp;amp; _&lt;br /&gt;
&quot;&#039;,&#039;&quot; &amp;amp; toSQLString(Request(&quot;Pin&quot;)) &amp;amp; _&lt;br /&gt;
&quot;&#039;,&#039;&quot; &amp;amp; toSQLString(Request(&quot;AssetTag&quot;)) &amp;amp; _&lt;br /&gt;
&quot;&#039;,&#039;&quot; &amp;amp; toSQLString(Request(&quot;MachineType&quot;)) &amp;amp; _&lt;br /&gt;
&quot;&#039;,&quot; &amp;amp; toSQLString(LapHomeConn) &amp;amp; _&lt;br /&gt;
&quot;,&quot; &amp;amp; toSQLString(SecPCHomeConn) &amp;amp; _&lt;br /&gt;
&quot;)&quot;&lt;/p&gt;
&lt;p&gt;Let me know if this is sufficient. Thanks again for your help.&lt;/p&gt;
 </description>
     <pubDate>Mon, 30 May 2005 15:04:04 +0000</pubDate>
 <dc:creator>garenk</dc:creator>
 <guid isPermaLink="false">comment 1172039 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/0x80040e14-syntax-error-insert-statement#comment-1172038</link>
    <description> &lt;p&gt;1/ Which line errors out? there are two executes in there &lt;/p&gt;
&lt;p&gt;There looks to be some &#039; (single quotes) missing on the last two variables in the first insert &lt;/p&gt;
&lt;p&gt;write out the SQL string and post that&lt;/p&gt;
 </description>
     <pubDate>Mon, 30 May 2005 14:43:38 +0000</pubDate>
 <dc:creator>chrishirst</dc:creator>
 <guid isPermaLink="false">comment 1172038 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
