<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1013538" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1013538</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/sql-syntax-error#comment-1078447</link>
    <description> &lt;p&gt;Anakin, &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;If your site is going to be mostly database driven and you&#039;re using Access as your database backend, you&#039;re going to have problems. Access start&#039;s to really chug at around 25-30 (depending on the queries) simultaneous users and basically dies at anything over 50 (once again depending on queries). If your site is never going to be that busy then I guess it&#039;s not a problem.&lt;/p&gt;
&lt;p&gt;As for security, that&#039;s another reason not to use an Access database &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/sad.png&quot; title=&quot;Sad&quot; alt=&quot;Sad&quot; class=&quot;smiley-content&quot; /&gt; . You can minimize your risk&#039;s by adding a password to the database and including that in your connection string. Also, instead of always putting the path to your .mdb file in every page you could store that in an Application variable (need access to global.asa) and include that variable on every page instead. That way if you ever paste you code on a forum the link won&#039;t show up &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;I don&#039;t really know of any beginner ASP sites but some good ASP sites in general are:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.asp101.com&quot; class=&quot;bb-url&quot;&gt;http://www.asp101.com&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.aspin.com&quot; class=&quot;bb-url&quot;&gt;http://www.aspin.com&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.4guysfromrolla.com&quot; class=&quot;bb-url&quot;&gt;http://www.4guysfromrolla.com&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.ultimateasp.com&quot; class=&quot;bb-url&quot;&gt;http://www.ultimateasp.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Have fun!&lt;/p&gt;
 </description>
     <pubDate>Wed, 21 Feb 2001 15:30:15 +0000</pubDate>
 <dc:creator>Peter J. Boettcher</dc:creator>
 <guid isPermaLink="false">comment 1078447 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/sql-syntax-error#comment-1078446</link>
    <description> &lt;p&gt;Thanks very much, I&#039;ll try that. On the subject of, well, security in general - I&#039;m becoming increasingly aware of the many possible holes I can leave open on an ASP site that is (read: will eventually be) almost entirely driven by an Access database. Apart from not sticking the path up in coding forums (oops &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt; ), do you know of any asp sites that cover stuff like that - validating for malicious form submissions, protecting the database, etc? Most of the ASP articles I read seem to concentrate on speedier code and why session variables are Satan&#039;s little helpers - very little along the lines of &quot;This Is What Your Beginning ASP Book Left Out&quot;&lt;/p&gt;
&lt;p&gt;Cheers again,&lt;/p&gt;
&lt;p&gt;um, Darth.&lt;br /&gt;
(please, call me Anakin..)&lt;/p&gt;
 </description>
     <pubDate>Wed, 21 Feb 2001 15:14:22 +0000</pubDate>
 <dc:creator>Vader, D</dc:creator>
 <guid isPermaLink="false">comment 1078446 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/sql-syntax-error#comment-1078442</link>
    <description> &lt;p&gt;Vader D,&lt;/p&gt;
&lt;p&gt;Your code looks ok. I edited your post to take out the name of your database, you have to be a little careful with Access databases since they can be downloaded to the client if they know the URL.&lt;/p&gt;
&lt;p&gt;There is a small bug in ADO, sometimes when you say &quot;SELECT *&quot; it doesn&#039;t work properly (very rare). Try changing your &quot;SELECT *&quot; to &quot;SELECT userID,useremail,userpass&quot; and add whatever other fields you need in your result.&lt;/p&gt;
&lt;p&gt;To help debug try using a simple select statement without the WHERE or OR. If that works, add the WHERE, and if that works add the OR. This will help you find the specific problem.&lt;/p&gt;
 </description>
     <pubDate>Wed, 21 Feb 2001 14:00:12 +0000</pubDate>
 <dc:creator>Peter J. Boettcher</dc:creator>
 <guid isPermaLink="false">comment 1078442 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
