<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.iis.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:cs="http://blogs.iis.net/"><channel><title>Search results matching tag 'Microsoft Access'</title><link>http://forums.iis.net/search/SearchResults.aspx?o=DateDescending&amp;tag=Microsoft+Access&amp;orTags=0</link><description>Search results matching tag 'Microsoft Access'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Got problem with MS Access, please help.</title><link>http://forums.iis.net/p/1156017/1896881.aspx#1896881</link><pubDate>Mon, 16 Mar 2009 09:43:53 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1896881</guid><dc:creator>Chonanis</dc:creator><cs:applicationKey>iis7_-_classic_asp-41</cs:applicationKey><description>I&amp;#39;m running IIS7 on Window Server 2008. There are about 100 domains in my server.
Most domains work fine, but there usually has problem with domains which are using MS Access with asp. Those domains work fine for some time, then these error occur:
&lt;br /&gt;&lt;br /&gt;
&amp;quot;Microsoft JET Database Engine error &amp;#39;80004005&amp;#39;&amp;quot;
or
&amp;quot;Active Server Pages error &amp;#39;ASP 0113&amp;#39; Script timed out&amp;quot;
&lt;br /&gt;&lt;br /&gt;
I used to try restarting IIS, it doesn&amp;#39;t help. What I have to do is rebooting my server, then everything will get back to work as normal. This problem happen about once to twice times a week. While the problem happens, other domains which are not using MS Access work fine.
&lt;br /&gt;&lt;br /&gt;
I don&amp;#39;t think that it is because of the coding, because it happens to every domains which are using MS Access. What can be the cause? And how prevent it to happen again? Please suggest.</description></item><item><title>Access DB connection Error</title><link>http://forums.iis.net/p/1149934/1871957.aspx#1871957</link><pubDate>Tue, 17 Jun 2008 22:30:01 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1871957</guid><dc:creator>ShotoCon</dc:creator><cs:applicationKey>iis7_-_classic_asp-41</cs:applicationKey><description>&lt;p&gt;Hi&lt;/p&gt;&lt;p&gt;I developed a piece of software on my old machine using IIS on Server 2003 (Virtual PC Platform) and have moved it to my new machine to play with.&amp;nbsp; Unfortunately, MSVPC not installable on Vista so using IIS 7.&amp;nbsp; Although I am able to display ASP pages, I am not able to process any information from the access databaes Im using in the back end.&lt;/p&gt;&lt;p&gt;Original message being returned was along these lines:&lt;/p&gt;&lt;p&gt;&lt;b&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; Problem occured whilst processing URL. Please contact System administrator&lt;/b&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Followed advice in other threads on this forum and turned off friendly error messages, this was then returned:&lt;/p&gt;&lt;p&gt;&lt;font face="Arial" size="2"&gt;
&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;font face="Arial" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; Microsoft OLE DB Provider for ODBC Drivers&lt;/font&gt; &lt;font face="Arial" size="2"&gt;error &amp;#39;80004005&amp;#39;&lt;/font&gt;&lt;/b&gt; 
&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;font face="Arial" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; [Microsoft][ODBC Microsoft Access Driver] Disk or 
network error.&lt;/font&gt;&lt;/b&gt; 
&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;font face="Arial" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; /quizCreate.asp&lt;/font&gt;&lt;font face="Arial" size="2"&gt;, line 
40&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;The code line it is refering to is of course the db connection opening, so here is the code and all lines before pertaining to it:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;b&gt;accessDb = &amp;quot;eBug.mdb&amp;quot;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; myDSN = &amp;quot;DRIVER={Microsoft Access Driver (*.mdb)};&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; myDSN = myDSN &amp;amp; &amp;quot;DBQ=&amp;quot; &amp;amp; server.mappath(accessDb)&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; Set dbConnection = Server.CreateObject(&amp;quot;ADODB.Connection&amp;quot;)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; dbConnection.Open myDSN - &lt;/b&gt;this is line 40&lt;/p&gt;&lt;p&gt;Figured that it was because I was using an Access 2003 database and only have Office (including Access) 2007 on this machine. (is this assumption correct???)&lt;br /&gt; &lt;/p&gt;&lt;p&gt;Downloaded &amp;amp; installed the Access Database Connection stuff from the microsoft website, saved the original db as an Access 2007 DB and changed the connection settings to this:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;b&gt;accessDb = &amp;quot;eBug.acccdb&amp;quot;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; myDSN =&amp;quot;Provider = Microsoft.ACE.OLEDB.12.0;&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; myDSN = myDSN &amp;amp; &amp;quot;Data Source = &amp;quot; &amp;amp; Server.mappath(accessDb)&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; Set dbConnection = Server.CreateObject(&amp;quot;ADODB.Connection&amp;quot;)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; dbConnection.Open myDSN&lt;/b&gt;&lt;/p&gt;&lt;p&gt;New error message now:&lt;/p&gt;&lt;p&gt;&lt;font face="Arial" size="2"&gt;
&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Arial" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;b&gt; Microsoft Office Access Database Engine&lt;/b&gt;&lt;/font&gt;&lt;b&gt; &lt;font face="Arial" size="2"&gt;error 
&amp;#39;80004005&amp;#39;&lt;/font&gt;&lt;/b&gt; 
&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;font face="Arial" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; Unspecified error&lt;/font&gt;&lt;/b&gt; 
&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;font face="Arial" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; /destroyDB.asp&lt;/font&gt;&lt;font face="Arial" size="2"&gt;, line 
31&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Dont worry that its in a different file, all my files were using the same connection settings to the same database, I am only using this one as an example as it is the one open at this time.&amp;nbsp;&lt;/p&gt;&lt;p&gt;Every user on the machine has full control to this folder, have even run the grant user access command prompts posted in other threads.&lt;/p&gt;&lt;p&gt;Still have no idea why I cannot access information in the database.&amp;nbsp; If you need any more information please let me know and ill happily post it, really hope someone can help me out with this.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;br /&gt;BTW - was I correct in having to upgrade the DB to Access 2007 one, would be really really handy if i didnt have to and could still use 2003 (even if i dont have office 2003 installed) as a lot of my old projects that use access as their DB are configured to access a 2003 DB using the first method shown here.&lt;/p&gt;&lt;p&gt;Cheers&lt;/p&gt;</description></item><item><title>Vista, IIS7, MS Access 2007 DB, Error - Microsoft JET Database Engine error 080004005 </title><link>http://forums.iis.net/p/1149156/1868674.aspx#1868674</link><pubDate>Thu, 01 May 2008 22:02:38 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1868674</guid><dc:creator>bgoat1</dc:creator><cs:applicationKey>iis7_-_classic_asp-41</cs:applicationKey><description>&lt;p&gt;I&amp;#39;ve looked at all the posts I can find on this problem and tried all of the fixes but I&amp;#39;m still having a problem. The error I&amp;#39;m getting is:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Microsoft OLE DB Provider for ODBC Drivers&lt;font face="Times New Roman" size="3"&gt; &lt;/font&gt;&lt;font face="Arial" size="2"&gt;error &amp;#39;80004005&amp;#39;&lt;/font&gt;&lt;font face="Times New Roman" size="3"&gt; &lt;/font&gt;
&lt;p&gt;&lt;font face="Arial" size="2"&gt;[Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key Temporary (volatile) Ace DSN for process 0xd40 Thread 0x17e4 DBC 0xd19004 Jet&amp;#39;.&lt;/font&gt; 
&lt;p&gt;&lt;font face="Arial" size="2"&gt;/orderforms/OrderFilters.asp&lt;/font&gt;&lt;font face="Arial" size="2"&gt;, line 9&lt;/font&gt; &lt;/p&gt;
&lt;p&gt;Here is my connection string&lt;/p&gt;
&lt;p&gt;Dim MM_Filters_STRING&lt;br /&gt;MM_Filters_STRING = &amp;quot;Driver={Microsoft Access Driver (*.mdb, *.accdb)};DBQ=C:\inetpub\wwwroot\db\AirManageFilters.accdb&amp;quot;&lt;br /&gt;%&amp;gt;&lt;/p&gt;
&lt;p&gt;Since I&amp;#39;m using a MS Access 2007 database it looks like I need to use the ODBC driver. When I sent up the recordset I can run a test and get all the data. It just doesn&amp;#39;t allow me to display the asp page.&lt;/p&gt;
&lt;p&gt;I will be forever greatful for any and all help!&lt;/p&gt;
&lt;p&gt;Bgoat1&lt;/p&gt;</description></item><item><title>Error when when checking db connection with Classic ASP, Access and IIS7</title><link>http://forums.iis.net/p/1148579/1866096.aspx#1866096</link><pubDate>Tue, 25 Mar 2008 23:28:04 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1866096</guid><dc:creator>AngelOfTheNight</dc:creator><cs:applicationKey>iis7_-_classic_asp-41</cs:applicationKey><description>&lt;p&gt;I have a site that I&amp;nbsp;moved from a Windows 2003 Server to a Server 2008.&amp;nbsp; This site uses a CMS portal system.&amp;nbsp; In the config routine it verifies the db connection and will only load if there are no errors.&amp;nbsp; I am getting the error:&lt;/p&gt;
&lt;p&gt;&amp;quot;-2147217887 : Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done.&amp;quot;&lt;/p&gt;
&lt;p&gt;I have already tried the solutions provided here: &lt;a href="http://forums.iis.net/t/1091950.aspx"&gt;http://forums.iis.net/t/1091950.aspx&lt;/a&gt;.&amp;nbsp; As well as everything else I have&amp;nbsp;found searching these forums, MS support, and elsewhere.&lt;/p&gt;
&lt;p&gt;Now for the part that has really given me trouble trying to solve the problem.&amp;nbsp;&amp;nbsp;I have created two pages to isolate the issue, one with the error check and one without.&lt;/p&gt;
&lt;p&gt;------------------------------------------------------------------------&lt;/p&gt;
&lt;p&gt;&amp;lt;!-- #include file=&amp;quot;includes/inc_ADOVBS.asp&amp;quot; --&amp;gt;&lt;br /&gt;&amp;lt;html&amp;gt;&lt;br /&gt;&amp;lt;head&amp;gt;&lt;br /&gt;&amp;lt;title&amp;gt;Test&amp;lt;/title&amp;gt;&lt;br /&gt;&amp;lt;/head&amp;gt;&lt;br /&gt;&amp;lt;body&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;%&lt;br /&gt;Dim strDBPath, strConnString, my_Conn, rs&lt;/p&gt;
&lt;p&gt;strDBPath = Server.MapPath(&amp;quot;******/******.mdb&amp;quot;)&lt;br /&gt;strConnString = &amp;quot;Provider=Microsoft.Jet.OLEDB.4.0;Data Source=&amp;quot; &amp;amp; strDBPath&lt;/p&gt;
&lt;p&gt;on error Resume Next&lt;br /&gt;Set my_Conn = Server.CreateObject(&amp;quot;ADODB.Connection&amp;quot;)&lt;br /&gt;my_Conn.Errors.Clear&lt;br /&gt;my_Conn.Open strConnString&lt;/p&gt;
&lt;p&gt;If my_conn.Errors.Count &amp;lt;&amp;gt; 0 Then&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; For counter = 0 To my_conn.Errors.Count -1&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ConnErrorNumber = my_conn.Errors(counter).Number&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ConnErrorDesc = my_conn.Errors(counter).Description&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If ConnErrorNumber &amp;lt;&amp;gt; 0 Then&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; strtemp = &amp;quot;&amp;lt;p&amp;gt;&amp;quot; &amp;amp; ConnErrorNumber &amp;amp; &amp;quot; : &amp;quot; &amp;amp; ConnErrorDesc &amp;amp; &amp;quot;&amp;lt;/p&amp;gt;&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; End If&lt;br /&gt;&amp;nbsp;&amp;nbsp; Next&lt;br /&gt;&amp;nbsp;&amp;nbsp; my_conn.Errors.Clear&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; Set my_Conn = Nothing&lt;br /&gt;&amp;nbsp;&amp;nbsp; on error goto 0&lt;br /&gt;&amp;nbsp;&amp;nbsp; Response.Write strtemp&lt;br /&gt;End If&lt;br /&gt;%&amp;gt;&lt;br /&gt;&amp;lt;/body&amp;gt;&lt;br /&gt;&amp;lt;/html&amp;gt;&lt;/p&gt;
&lt;p&gt;------------------------------------------------------------------------&lt;/p&gt;
&lt;p&gt;&amp;lt;!-- #include file=&amp;quot;includes/inc_ADOVBS.asp&amp;quot; --&amp;gt;&lt;br /&gt;&amp;lt;html&amp;gt;&lt;br /&gt;&amp;lt;head&amp;gt;&lt;br /&gt;&amp;lt;title&amp;gt;Test&amp;lt;/title&amp;gt;&lt;br /&gt;&amp;lt;/head&amp;gt;&lt;br /&gt;&amp;lt;body&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;%&lt;br /&gt;Dim strDBPath, strConnString, my_Conn, rs&lt;/p&gt;
&lt;p&gt;strDBPath = Server.MapPath(&amp;quot;******/******.mdb&amp;quot;)&lt;br /&gt;strConnString = &amp;quot;Provider=Microsoft.Jet.OLEDB.4.0;Data Source=&amp;quot; &amp;amp; strDBPath&lt;/p&gt;
&lt;p&gt;set my_Conn = Server.CreateObject(&amp;quot;ADODB.Connection&amp;quot;)&lt;br /&gt;my_Conn.Open strConnString&lt;/p&gt;
&lt;p&gt;Set rs = my_Conn.Execute (&amp;quot;SELECT * FROM PORTAL_MEMBERS WHERE MEMBER_ID=1;&amp;quot;)&lt;br /&gt;OrigName = rs.fields(&amp;quot;m_username&amp;quot;)&lt;br /&gt;response.write &amp;quot;&amp;lt;p&amp;gt;Original Username = &amp;quot; &amp;amp; OrigName &amp;amp; &amp;quot;&amp;lt;/p&amp;gt;&amp;quot;&lt;/p&gt;
&lt;p&gt;Set rs = my_Conn.Execute (&amp;quot;UPDATE PORTAL_MEMBERS SET m_username=&amp;#39;BadName&amp;#39; WHERE MEMBER_ID=1;&amp;quot;)&lt;br /&gt;Set rs = my_Conn.Execute (&amp;quot;SELECT * FROM PORTAL_MEMBERS WHERE MEMBER_ID=1;&amp;quot;)&lt;br /&gt;response.write &amp;quot;&amp;lt;p&amp;gt;New Username = &amp;quot; &amp;amp; rs.fields(&amp;quot;m_username&amp;quot;)&amp;amp; &amp;quot;&amp;lt;/p&amp;gt;&amp;quot;&lt;/p&gt;
&lt;p&gt;Set rs = my_Conn.Execute (&amp;quot;UPDATE PORTAL_MEMBERS SET m_username=&amp;#39;&amp;quot; &amp;amp; OrigName &amp;amp; &amp;quot;&amp;#39; WHERE MEMBER_ID=1;&amp;quot;)&lt;br /&gt;Set rs = my_Conn.Execute (&amp;quot;SELECT * FROM PORTAL_MEMBERS WHERE MEMBER_ID=1;&amp;quot;)&lt;br /&gt;response.write &amp;quot;&amp;lt;p&amp;gt;Reset Username = &amp;quot; &amp;amp; rs.fields(&amp;quot;m_username&amp;quot;)&amp;amp; &amp;quot;&amp;lt;/p&amp;gt;&amp;quot;&lt;/p&gt;
&lt;p&gt;set my_Conn = nothing&lt;/p&gt;
&lt;p&gt;%&amp;gt;&lt;br /&gt;&amp;lt;/body&amp;gt;&lt;br /&gt;&amp;lt;/html&amp;gt;&lt;/p&gt;
&lt;p&gt;------------------------------------------------------------------------&lt;/p&gt;
&lt;p&gt;The first page gives the error, the second page runs with no trouble.&amp;nbsp; Obviously I can connect to the db, and have permissions to make changes, but then why do I get the error in the other routine.&amp;nbsp; I have tried to remove the error check from the CMS portal, but then it fails elsewhere.&amp;nbsp; I feel that if I can get this issue resolved, the rest of the portal should probably work as well.&lt;/p&gt;</description></item><item><title>Displaying an image stored in an access database via asp</title><link>http://forums.iis.net/p/1147979/1863623.aspx#1863623</link><pubDate>Wed, 13 Feb 2008 19:34:43 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1863623</guid><dc:creator>Crazy Dino</dc:creator><cs:applicationKey>iis7_-_classic_asp-41</cs:applicationKey><description>&lt;p&gt;Hi, I have just created a database and plan to store images in it using an &amp;#39;ole object&amp;#39; data type. I can store images in it but it is then accessing using asp I can&amp;#39;t seem to get working. I can do normal queries to display text and numbers from the database, and have included one, but how/what would I need to change to display an image from the field image. How would I get it to display a specific image from a session variable.&lt;/p&gt;
&lt;p&gt;The query I have copied and pasted here is for one to list the name of all the images, so everything is how I would have it connected to the database.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Any help would be really helpful.&lt;/p&gt;
&lt;p&gt;Thank You&lt;br /&gt;Crazy Dino&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&amp;lt;%&lt;br /&gt;Dim adoCon &amp;#39;Database Connection Variable&lt;br /&gt;Dim strCon &amp;#39;Holds the Database driver and the path and name of the database&lt;br /&gt;Dim strAccessDB &amp;#39;Holds the Access Database Name&lt;br /&gt;Dim strSQL &amp;#39;Database query sring&lt;/p&gt;
&lt;p&gt;strAccessDB = &amp;quot;datastore&amp;quot;&lt;br /&gt;Set adoCon = Server.CreateObject(&amp;quot;ADODB.Connection&amp;quot;)&lt;br /&gt;strCon = &amp;quot;DRIVER={Microsoft Access Driver (*.mdb)};uid=;pwd=; DBQ=&amp;quot; &amp;amp; Server.MapPath(strAccessDB)&lt;br /&gt;adoCon.Open strCon&lt;/p&gt;
&lt;p&gt;&amp;#39;Database Query&amp;quot;&lt;/p&gt;
&lt;p&gt;set rsimage=Server.CreateObject(&amp;quot;ADODB.recordset&amp;quot;)&lt;br /&gt;sql=&amp;quot;SELECT imagename FROM images&amp;quot;&lt;br /&gt;&amp;nbsp;sql=sql&lt;br /&gt;rsimage.Open sql, adoCon&lt;br /&gt;&amp;#39;response.write(sql)&lt;/p&gt;
&lt;p&gt;Do While Not rsimage.eof&lt;br /&gt;response.write(rsimage(&amp;quot;imagename&amp;quot;))&lt;br /&gt;response.write(&amp;quot;&amp;lt;/br&amp;gt;&amp;quot;)&lt;br /&gt;rsimage.movenext&lt;br /&gt;loop&lt;br /&gt;%&amp;gt;&lt;/p&gt;</description></item><item><title>Error '80040e14' within INSERT INTO Statement</title><link>http://forums.iis.net/p/1147068/1859649.aspx#1859649</link><pubDate>Fri, 23 Nov 2007 20:17:38 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1859649</guid><dc:creator>Crazy Dino</dc:creator><cs:applicationKey>iis7_-_classic_asp-41</cs:applicationKey><description>&lt;p&gt;Hi, I am extremely new with .ASP (I started on tuesday this week), and am using Dreamweaver 8&amp;nbsp;to construct .ASP code for a project at school. I already have several bits of working .ASP code such as a login page, which restricts banned users, and validation within a registration page to ensure that login name and e-mail address are unique. My big problem is with the registration page, when I click the Register button i am getting this error returned.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&amp;nbsp;Microsoft OLE DB Provider for ODBC Drivers&lt;font face="Times New Roman" size="3"&gt; &lt;/font&gt;&lt;font face="Arial" size="2"&gt;error &amp;#39;80040e14&amp;#39;&lt;/font&gt;&lt;font face="Times New Roman" size="3"&gt; &lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;font face="Arial" size="2"&gt;[Microsoft][ODBC Microsoft Access Driver] Syntax error in INSERT INTO statement.&lt;/font&gt; &lt;/strong&gt;
&lt;p&gt;&lt;strong&gt;&lt;font face="Arial" size="2"&gt;/register.asp&lt;/font&gt;&lt;font face="Arial" size="2"&gt;, line 167&lt;/font&gt;&lt;/strong&gt; &lt;/p&gt;
&lt;p&gt;I have checked within dreamweaver, and on line 167, it displays the following bit of code &amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;MM_editCmd.Execute&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;which I don&amp;#39;t think is the problem having a look at results on google for error &amp;#39;80040e14&amp;#39;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Any help would be greatly appreciated, and if needs be I can post all .asp code Dreamweaver generated for me for an insert query.&lt;/p&gt;</description></item><item><title>VISTA Business IIS7 just will not work</title><link>http://forums.iis.net/p/1133364/1827311.aspx#1827311</link><pubDate>Fri, 27 Jul 2007 14:16:48 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1827311</guid><dc:creator>dennis_halsey</dc:creator><cs:applicationKey>iis7_-_classic_asp-41</cs:applicationKey><description>&lt;p&gt;Ok, now listen guys:&lt;/p&gt;
&lt;p&gt;I am the one who started this thread and after 2 weeks ther had been no good simple solution to my problem. why is that? Maybe some of you guys are just geniuses or maybe this problem has no simple solution! I dshould not have to be a genius. this should jsut work. I&amp;#39;m gonna thow my pc and vista in the dumpster! I&amp;#39;m done with it all!&lt;/p&gt;
&lt;p&gt;Do you all understand that this should never, ever be this complicated or technical! It should just work period.&lt;/p&gt;
&lt;p&gt;I should never have to go into the registry error tracing and so forth and so on and do all this technical stuff just to get&amp;nbsp;II7 to&amp;nbsp;work.&amp;nbsp; Surley bill gates didn&amp;#39;t think that joe schmoe could figure all of this out, when i&amp;#39;m an it guy and can&amp;#39;t. &lt;/p&gt;
&lt;p&gt;When i find out the simple answer that works and always works, then i will be satisfied. I have had my new vista pc for 3 months and i am yet to develop a classic ASP&amp;nbsp;webiste on it becuase it doesn&amp;#39;t run.&lt;/p&gt;
&lt;p&gt;This is freakin redicolous.&lt;/p&gt;
&lt;p&gt;The one guy that said in an earlier post that he had the solution ofr me to impress my boss,, well&lt;/p&gt;
&lt;p&gt;It was so technical, application pools, what the&amp;nbsp;heck is that? why do i need to know about it&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I just want to see this show up: &amp;quot;Hello world! this is an ASP page&amp;quot; when i broswe my localhost server.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I think maybe i will look for a third party free solution to this.&lt;/p&gt;
&lt;p&gt;Surly there are other ASP webservers that will work with vista better than this.&lt;/p&gt;
&lt;p&gt;It&amp;#39;s obvious that&amp;nbsp;most people in this thread are confused, frustrated, upset and P&amp;#39;OD!!!!&lt;/p&gt;
&lt;p&gt;I am still looking for a simple answer, like&amp;nbsp;go here and click&amp;nbsp;such and such&amp;nbsp;and&amp;nbsp;II7 will work!&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If i do not get an awser, here I am going to ditch the thing.&lt;/p&gt;
&lt;p&gt;Who runs this forum anyway and why don&amp;#39; they have a simple solution? It&amp;#39;s probably becuase they do not know either or beucase there is no simple solution. II7 should have worked when i booted up my PC for the first time! in iis6 &lt;/p&gt;
&lt;p&gt;can i go back to iis6 in Vista?&lt;/p&gt;
&lt;p&gt;By the way,&amp;nbsp;I forwared this message to both dell (which i have access to microsoft tech support)&amp;nbsp;and microsoft directly, but they can&amp;#39;t seem to get it to work either. Thant&amp;#39;s interesting! That means it doesn&amp;#39;t work easily!&lt;/p&gt;
&lt;p&gt;Thanks for your help!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m done now!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Is there a simple way to make iis7 work in Vista, because it just doesn't work! Has anyone ever made it work? Why can't I?</title><link>http://forums.iis.net/p/1137599/1821137.aspx#1821137</link><pubDate>Tue, 24 Jul 2007 19:59:59 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1821137</guid><dc:creator>dennis_halsey</dc:creator><cs:applicationKey>iis7_-_classic_asp-41</cs:applicationKey><description>&lt;p&gt;&lt;span style="FONT-SIZE:18pt;COLOR:red;FONT-FAMILY:Tahoma;"&gt;I&amp;nbsp;get this service unavailable error! &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:18pt;COLOR:red;FONT-FAMILY:Tahoma;"&gt;I would love to freaking&amp;nbsp;scream, because I have been trying to make this works for two weeks,&amp;nbsp;but I will chill until someone shows me how simple it is! LOL&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:18pt;COLOR:red;FONT-FAMILY:Tahoma;"&gt;Go ahead P**K Make me love Vista! Joshin!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE:18pt;COLOR:red;FONT-FAMILY:Tahoma;"&gt;I need help!&lt;/span&gt;&lt;/p&gt;</description></item><item><title>I can't get VISTA Ultimate and IIS7 to work! I get - HTTP Error 503. The service is unavailable.</title><link>http://forums.iis.net/p/1133364/1821124.aspx#1821124</link><pubDate>Tue, 24 Jul 2007 19:52:07 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1821124</guid><dc:creator>dennis_halsey</dc:creator><cs:applicationKey>iis7_-_classic_asp-41</cs:applicationKey><description>&lt;p&gt;I got IIS Installed and seemingly running (after i screwed it up and had to reinstall Vista)&amp;nbsp;and&amp;nbsp;I set the most obvious things but but now when I go to &lt;a href="http://127.0.0.1/iisstart.htm"&gt;http://127.0.0.1/iisstart.htm&lt;/a&gt;&amp;nbsp;, or any ASP page&amp;nbsp;in wwwroot&amp;nbsp;get the following&amp;nbsp;freaky error:&lt;/p&gt;
&lt;h2&gt;Service Unavailable&lt;/h2&gt;
&lt;hr /&gt;

&lt;p&gt;&lt;strong&gt;HTTP Error 503. The service is unavailable.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;What the crap is that? What service, and why is it unavailalbe? shouldn&amp;#39;t it be?&lt;/p&gt;
&lt;p&gt;I am the IT guy for a major company and I have read article after article and my boss hasn&amp;#39;t figured out that&amp;nbsp;I look like a fool becuase I can&amp;#39;t make this thing work. This should not be this complicated. what is the average web builder supposed to do?&amp;nbsp;they could never figure&amp;nbsp;II7/VISTA&amp;nbsp;out.&lt;/p&gt;
&lt;p&gt;Here is my very simple question and I would love to have a very simple answer!&lt;br /&gt;What are the exact minimum required&amp;nbsp;settings in Vista and IIS7 to be able to browse ASP pages on your local PC(Webserver)?&lt;/p&gt;
&lt;p&gt;If anyone can easily answer this and it works, then you might not need this Forum, you could just post this easy answer and everyone would get it!&lt;/p&gt;
&lt;p&gt;I am joking of course!, this forum has been very valuable so far to me and I have gotten a lot of responses in my emails to my question!&lt;/p&gt;
&lt;p&gt;I would love to use my 4000.00 new computer to build&amp;nbsp;Ecommerce sites, but I don&amp;#39;t have the time at work to figure all of this out, so I just go into the back and fire up my old Xp mahcine and get things done! Please Help!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thank you,&lt;/p&gt;
&lt;p&gt;Dennis Halsey&lt;/p&gt;
&lt;p&gt;&lt;a href="mailto:dennis_halsey@ycharter.net"&gt;dennis_halsey@ycharter.net&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Problem with Access database and ASP Page - IIS 7 and Windows Vista Ultimate</title><link>http://forums.iis.net/p/1108980/1704711.aspx#1704711</link><pubDate>Thu, 10 May 2007 21:31:06 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1704711</guid><dc:creator>iisray</dc:creator><cs:applicationKey>iis7_-_classic_asp-41</cs:applicationKey><description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;To enable ASP error message, please see &lt;A href="http://forums.iis.net/thread/1652934.aspx"&gt;http://forums.iis.net/thread/1652934.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regarding the Access/ASP issue,&amp;nbsp;please see &amp;nbsp;&amp;nbsp;&lt;A href="http://support.microsoft.com/kb/926939"&gt;http://support.microsoft.com/kb/926939&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Ray&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description></item></channel></rss>