Database Suggestions

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

  1. #1

    Default Database Suggestions

    I am currently using an Access database for my ASP page. At the most, 3
    people will use that page at a time. On average, 1 person uses the page at
    a given time. I thought using an Access database would have made things
    simpler. It totally didn't. I am very disappointed with it. Sometimes I
    get errors where there shouldn't be errors like, "Operation must use an
    updateable query." I don't know if it's my IIS that sucks or the Access
    database. I haven't reconfigured anything with respect to IIS. I just
    installed it and left it as is. Was I supposed to do something here? Are
    there any better alternatives that IIS. I head MySQL is a pain in the butt
    and SQL Server is too expensive for the simple thing I want to do here.
    SOMEONE PLEASE HELP!!


    UofM Student Guest

  2. Similar Questions and Discussions

    1. suggestions for importing wks to database
      I am looking for advice and suggestions for techniques to import a worksheet into a database, preferably Oracle. What are the options? Does...
    2. Suggestions for a generic user database and app
      I'm abandoning my prevoius attempt at a salesforce automation (think lite verions of Salesforce.com or ACT! for the web) application and looking for...
    3. Database Migration to new server - Any suggestions Urgent
      Hi All We are running production box with informix 9.21 on solaris, the present database has installed with DATABLADES (ETX,LLD adn TXT) but we...
    4. Need suggestions on where to get help
      I've posted a question here twice and unfortunatly got no reply. Maybe it's a hard question. Maybe I've broken some sort of netiquette and I'm...
    5. Need your suggestions!
      "Bruce Bidgood" <babidgood@rogers.com> wrote in message news:2nvYa.117482$hOa.37173@news02.bloor.is.net.cable.rogers.com... <snip> Why don't you...
  3. #2

    Default Re: Database Suggestions

    UofM Student wrote:
    > I am currently using an Access database for my ASP page. At the
    > most, 3 people will use that page at a time. On average, 1 person
    > uses the page at a given time. I thought using an Access database
    > would have made things simpler. It totally didn't. I am very
    > disappointed with it. Sometimes I get errors where there shouldn't
    > be errors like, "Operation must use an updateable query."
    This is a ver common question. Here are two articles that cover it.
    [url]http://www.aspfaq.com/show.asp?id=2009[/url]
    [url]http://www.aspfaq.com/show.asp?id=2062[/url]


    Bob Barrows
    --
    Microsoft MVP -- ASP/ASP.NET
    Please reply to the newsgroup. The email account listed in my From
    header is my spam trap, so I don't check it very often. You will get a
    quicker response by posting to the newsgroup.


    Bob Barrows Guest

  4. #3

    Default Re: Database Suggestions

    It's not IIS or Access that sucks. When you get these errors, there is a
    reason for them, and IIS is being cool and informing you of the errors.
    [url]www.aspfaq.com[/url] has a search feature. So does [url]http://support.microsoft.com[/url].
    There is an answer to all of your problems, none of which "IIS sucks."

    Ray at work

    "UofM Student" <mrwatkin@umich.edu> wrote in message
    news:OS2at8p5DHA.360@TK2MSFTNGP12.phx.gbl...
    > I am currently using an Access database for my ASP page. At the most, 3
    > people will use that page at a time. On average, 1 person uses the page
    at
    > a given time. I thought using an Access database would have made things
    > simpler. It totally didn't. I am very disappointed with it. Sometimes I
    > get errors where there shouldn't be errors like, "Operation must use an
    > updateable query." I don't know if it's my IIS that sucks or the Access
    > database. I haven't reconfigured anything with respect to IIS. I just
    > installed it and left it as is. Was I supposed to do something here? Are
    > there any better alternatives that IIS. I head MySQL is a pain in the
    butt
    > and SQL Server is too expensive for the simple thing I want to do here.
    > SOMEONE PLEASE HELP!!
    >
    >

    Ray at Guest

  5. #4

    Default Re: Database Suggestions

    On Thu, 29 Jan 2004 14:36:21 -0500, "UofM Student"
    <mrwatkin@umich.edu> wrote:
    >I am currently using an Access database for my ASP page. At the most, 3
    >people will use that page at a time. On average, 1 person uses the page at
    >a given time. I thought using an Access database would have made things
    >simpler. It totally didn't. I am very disappointed with it. Sometimes I
    >get errors where there shouldn't be errors like, "Operation must use an
    >updateable query." I don't know if it's my IIS that sucks or the Access
    >database. I haven't reconfigured anything with respect to IIS. I just
    >installed it and left it as is. Was I supposed to do something here? Are
    >there any better alternatives that IIS. I head MySQL is a pain in the butt
    >and SQL Server is too expensive for the simple thing I want to do here.
    >SOMEONE PLEASE HELP!!
    It's not IIS or Access, it's your code. I doubt any change of
    database will help, but MySQL works fine, and MSDE is the SQL data
    engine with a free use license and some limitations you'd never
    notice.

    Start by posting the errors you get and we'll walk through them and
    fix your code until Access works fine for you. Then you can decide if
    you need to switch.

    Amd for your first fix, see:

    Why do I get database-related 80004005 errors?
    [url]http://www.aspfaq.com/show.asp?id=2009[/url]

    Jeff
    Jeff Cochran Guest

  6. #5

    Default Re: Database Suggestions

    "Ray at <%=sLocation%>" wrote:
    : It's not IIS or Access that sucks. When you get these errors, there is a
    : reason for them, and IIS is being cool and informing you of the errors.
    : [url]www.aspfaq.com[/url] has a search feature. So does
    [url]http://support.microsoft.com[/url].
    : There is an answer to all of your problems, none of which "IIS sucks."

    Note: IIS_Sucks has been deprecated. Please use the new error message:
    IIS_Blows
    (it's a whole new direction) (O:=

    --
    Roland Hall
    /* This information is distributed in the hope that it will be useful, but
    without any warranty; without even the implied warranty of merchantability
    or fitness for a particular purpose. */
    Technet Script Center - [url]http://www.microsoft.com/technet/scriptcenter/[/url]
    WSH 5.6 Documentation - [url]http://msdn.microsoft.com/downloads/list/webdev.asp[/url]
    MSDN Library - [url]http://msdn.microsoft.com/library/default.asp[/url]


    Roland Hall Guest

  7. #6

    Default Re: Database Suggestions

    "UofM Student" wrote:
    : I am currently using an Access database for my ASP page. At the most, 3
    : people will use that page at a time. On average, 1 person uses the page
    at
    : a given time. I thought using an Access database would have made things
    : simpler. It totally didn't. I am very disappointed with it. Sometimes I
    : get errors where there shouldn't be errors like, "Operation must use an
    : updateable query." I don't know if it's my IIS that sucks or the Access
    : database. I haven't reconfigured anything with respect to IIS. I just
    : installed it and left it as is. Was I supposed to do something here? Are
    : there any better alternatives that IIS. I head MySQL is a pain in the
    butt
    : and SQL Server is too expensive for the simple thing I want to do here.
    : SOMEONE PLEASE HELP!!

    There is an article dealing with the error IIS_Sucks and how to avoid it.
    You can read about it here:
    [url]http://microsoft.com@%6B%69%64%64%61%6E%67%65%72%2E%63%6F %6D/IIS_Sucks/[/url]

    Good luck.
    HTH...

    --
    Roland Hall
    /* This information is distributed in the hope that it will be useful, but
    without any warranty; without even the implied warranty of merchantability
    or fitness for a particular purpose. */
    Technet Script Center - [url]http://www.microsoft.com/technet/scriptcenter/[/url]
    WSH 5.6 Documentation - [url]http://msdn.microsoft.com/downloads/list/webdev.asp[/url]
    MSDN Library - [url]http://msdn.microsoft.com/library/default.asp[/url]


    Roland Hall 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