Really Stuck on VB Access in ASP

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default Really Stuck on VB Access in ASP

    Hi
    I have a web ASP application using Access 2000 format databases which I
    developed in vb script on Windows 2000. The product works fine on IIS
    in the development machine and was fairly widely used publically for
    customer
    demonstration with limited db's in a trial ISP using NT4.

    The web product is supported by a back-office vb6 system used to build the
    database for real. The database is now ready and the client wishes to go
    live on the web

    When we run the proven asp code on IIS in an XP Pro machine with the new
    databases, it immediatly halts with the browser displaying a message from
    the Jet Microsoft JET Database Engine "(0x80040E09) Cannot update. Database
    or object is read-only." We get the the same message when we upload the
    system and data to the chosen ISP who also uses NT4.
    The database complained of is the "System database " which has already been
    read from by global.asa on start up. The system fails on an 'Addnew'
    instruction when
    adding a log- in to the log file.

    I have spent a lot of time pouring over ACCESS security texts and have three
    versions of the database, one unsecured, one secured with all the update
    functions cleared for use by everyone and one imported from the working
    Windows 2k environment.
    All three work fine in the Windows 2k IIS and with the back office VB
    system. All three achieve the above error
    when running on IIS on the XP machine and when uploaded to the new ISP.

    As the ASP vb script specifically opens the Ado connection in read write
    mode and has long been working, we can't believe it is the Asp code that is
    the
    problem.

    So I have recently switche to looking at the IIS setups in W2k and XPPro
    machines but can not find any differneces which look material to me. I
    would be really grateful for some ideas on how to move this problem forward
    or how to set about furthering the diagnosis. as I am at my wits end.

    Roger Stenson




    Roger Stenson Guest

  2. Similar Questions and Discussions

    1. stuck
      having trouble intergrating files! ive created some interactive animations in director and I want my flash interfce to link to these html shockwave...
    2. CFC Query - stuck, stuck, stuck
      I am once again trying to use Dreamweaver. Here I want to create my first CFC. I'm following the online tutorial Building Your First Database...
    3. [PHP] Am stuck
      On Thu, 25 Sep 2003 15:09:31 +0200 "Chris Grigor" <aphrodit@iafrica.com> wrote: I don't think you need to determine the length of $name. You...
    4. [PHP] Fw: Am stuck
      On Thu, 25 Sep 2003 15:17:26 +0200 "Chris Grigor" <aphrodit@iafrica.com> wrote: Look up str_pad(). ____ Regards, Andu Novac
    5. stuck with SQL
      If you need to use subqueries, you need to upgrage to MySQL 4.1.x. In 4.0.14 you can restructure your query using a LEFT JOIN on the tables. ...
  3. #2

    Default Re: Really Stuck on VB Access in ASP

    On Fri, 5 Mar 2004 18:19:46 -0000, "Roger Stenson"
    <roger.stenson1@ntlworld.com> wrote:
    >Hi
    >I have a web ASP application using Access 2000 format databases which I
    >developed in vb script on Windows 2000. The product works fine on IIS
    >in the development machine and was fairly widely used publically for
    >customer
    >demonstration with limited db's in a trial ISP using NT4.
    >
    >The web product is supported by a back-office vb6 system used to build the
    >database for real. The database is now ready and the client wishes to go
    >live on the web
    >
    >When we run the proven asp code on IIS in an XP Pro machine with the new
    >databases, it immediatly halts with the browser displaying a message from
    >the Jet Microsoft JET Database Engine "(0x80040E09) Cannot update. Database
    >or object is read-only."
    See:

    [url]http://www.aspfaq.com/show.asp?id=2326[/url]
    [url]http://www.aspfaq.com/show.asp?id=2062[/url]

    Jeff


    >We get the the same message when we upload the
    >system and data to the chosen ISP who also uses NT4.
    >The database complained of is the "System database " which has already been
    >read from by global.asa on start up. The system fails on an 'Addnew'
    >instruction when
    >adding a log- in to the log file.
    >
    >I have spent a lot of time pouring over ACCESS security texts and have three
    >versions of the database, one unsecured, one secured with all the update
    >functions cleared for use by everyone and one imported from the working
    >Windows 2k environment.
    >All three work fine in the Windows 2k IIS and with the back office VB
    >system. All three achieve the above error
    >when running on IIS on the XP machine and when uploaded to the new ISP.
    >
    >As the ASP vb script specifically opens the Ado connection in read write
    >mode and has long been working, we can't believe it is the Asp code that is
    >the
    >problem.
    >
    >So I have recently switche to looking at the IIS setups in W2k and XPPro
    >machines but can not find any differneces which look material to me. I
    >would be really grateful for some ideas on how to move this problem forward
    >or how to set about furthering the diagnosis. as I am at my wits end.
    >
    >Roger Stenson
    >
    >
    >
    Jeff Cochran Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139