Wrox Programmer Forums
|
Classic ASP Databases Discuss using ASP 3 to work with data in databases, including ASP Database Setup issues from the old P2P forum on this specific subtopic. See also the book forum Beginning ASP.NET Databases for questions specific to that book. NOT for ASP.NET 1.0, 1.1, or 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Databases section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 27th, 2006, 05:53 AM
Registered User
 
Join Date: May 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default ASP 0104 (0x80070057)

Hey all,
i get the same error (Response object, ASP 0104 (0x80070057)
Operation not Allowed )The funny part is i cannot find a resonse object .
<%@ Language=VBScript %>
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
</HEAD>
<BODY>
<%
dim count
count=Request.QueryString("txtName")
%>
  <form name="Form1" action="addParam.asp">
       <TABLE style="WIDTH: 407px; HEIGHT: 59px" cellpadding="10">
        <TR >
        <TH COLSPAN="2">
            Add Parameters
            of Function or Procedure
        </TH>
         </TR>
          <TR>
        <TD>
             Enter the number of parameters:
        </TD>
        <TD>
        <INPUT style="WIDTH: 207px; HEIGHT: 22px" size=26 name="txtName" >
        </TD>
       </TR>
        <TR>

        <TD><INPUT style="WIDTH: 133px; HEIGHT: 24px" type=submit size=41 value="Submit" name="btSubmit">

        </TD>
        <TD> <INPUT style="WIDTH: 133px; HEIGHT: 24px" type=reset size=50 value=Reset id=reset1 name=reset1>

        </TD></TR>

  <TR></TR>
</TABLE>
</form>

<form name="Form2" action="interAddParam.asp">
<TABLE border=1>

<TR>
        <TH>
                Parameter Name
        </TH>
        <TH>
                Parameter Type
        </TH>
        <TH>
                Descripton
        </TH>.
    </TR>

<%while not count<=0%>
    <TR>
        <TD>
            <INPUT style="WIDTH: 207px; HEIGHT: 22px" size=26 name="txtPName" >
        </TD>
        <TD> <SELECT style="WIDTH: 186px" name=selType>
        <OPTION value=1 selected>Modules(.bas)</OPTION> <OPTION value=2>Class
        Module(.cls)</OPTION></SELECT>
         </TD>
        <TD> <TEXTAREA id=TEXTAREA1 style="WIDTH: 212px; HEIGHT: 63px" name=txtDesc rows=1 cols=21>

 
Old May 27th, 2006, 09:07 AM
Friend of Wrox
 
Join Date: May 2006
Posts: 643
Thanks: 0
Thanked 0 Times in 0 Posts
Default

One suggestion: Put some error handling into your code and display the error that is causing the message that is being displayed.

I suspect you have something going on in the loop you have set up, in code that you did not put into your post.

Have fun

Woody Z http://www.learntoprogramnow.com





Similar Threads
Thread Thread Starter Forum Replies Last Post
send parameters from asp page to an asp.net form hastikeyvan ASP.NET 1.0 and 1.1 Basics 2 March 29th, 2008 01:32 AM
using asp.net web user control in asp 3.0 App i_shahid Classic ASP Professional 0 January 8th, 2008 07:32 AM
Custom HTTP 404 Problem w/ASP to ASP.NET kwilliams ASP.NET 2.0 Professional 7 November 26th, 2007 04:17 PM
Upgrading ASP w/ SQLserver 2000 to ASP.NET w/2005 cJeffreywang ASP.NET 2.0 Basics 1 April 5th, 2007 11:30 PM
Porting a sa,ple ASP CR viewer app to ASP.NET jhansen42 Crystal Reports 0 August 29th, 2003 10:26 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.