ASP.NET in DW 2004 "Problems Inserting Records into anAccess DB"

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default ASP.NET in DW 2004 "Problems Inserting Records into anAccess DB"

    Hi:

    I am having problems inserting records into an Access 2003 DB. I am coding
    with ASP.NET "VB".

    I have no problems reading records, but for some reason when trying to insert
    records I generate an error stating SystemData.OleDB.OleDBException: must use
    an updateable query etc.......... Most of the literature I run across seems to
    point to MDAC 2.8 along with SP2. I am using the simple insert procedure from
    the applications menu within Dreamweaver. I ever pointed to a table with three
    text columns and still no luck.

    I've granted permissions to the IUSR account, so this is not the problem.
    Entering incorrect data into a wrong data type is not a problem, since all I
    have are text fields and I'm even trying two characters. Is there a fix
    Macromedia posted that I don't know about or does someone know what this
    problem my entail.

    I'm hoping someone will be willing to help.

    Respectfully,
    John

    JohnTIII Guest

  2. Similar Questions and Discussions

    1. Inserting an image "You cannot perform this action..."
      I see from earlier posts that users are struggling to add links and are seeing the error "You cannot perform this action in this area of the page". ...
    2. "diameter", "has_a_cycle" problems in Graph-0.76 module
      Hello all, I have some problems with these two functions in Graph : "diameter" and "has_a_cycle". "diameter" works only at the first time it's...
    3. Creating a system to "move" records up or down in atable
      Hey All, I have a simple database table of info that I would like to be able to change the output order of when queried, using a sort column....
    4. Do DWMX 2004 also need install "Dreamweaver MX extension fix for.NET framework version 1.1"?
      Hi all, I am using Dreamweaver MX 2004 (7.0.1) and Windows ZP with SP2, now I want to using DWMX 2004 to development the ASP.NET. Do DWMX 2004...
    5. Dov Isaacs' "Successful Printed Output" Presentation - The 2004 InDesign Conference
      Attached is a PDF file of the presentation I made at the The 2004 InDesign Conference held in Boston, Massachusetts in July. This presentation,...
  3. #2

    Default Re: ASP.NET in DW 2004 "Problems Inserting Records into an Access DB"

    John

    It is a permissions issue. Have a read through the article on
    [url]www.charon.co.uk[/url] on where to change it, and particularly make sure that you
    set the permissions for the ASP.Net Client as this is the one being called
    and not the IUSR account

    --
    Regards

    Paul Whitham
    Macromedia Certified Professional for Dreamweaver MX2004
    Valleybiz Internet Design
    [url]www.valleybiz.net[/url]

    Team Macromedia Volunteer for Ultradev/Dreamweaver MX
    [url]www.macromedia.com/support/forums/team_macromedia[/url]

    "JohnTIII" <webforumsuser@macromedia.com> wrote in message
    news:d6guqc$sf0$1@forums.macromedia.com...
    > Hi:
    >
    > I am having problems inserting records into an Access 2003 DB. I am
    coding
    > with ASP.NET "VB".
    >
    > I have no problems reading records, but for some reason when trying to
    insert
    > records I generate an error stating SystemData.OleDB.OleDBException: must
    use
    > an updateable query etc.......... Most of the literature I run across
    seems to
    > point to MDAC 2.8 along with SP2. I am using the simple insert procedure
    from
    > the applications menu within Dreamweaver. I ever pointed to a table with
    three
    > text columns and still no luck.
    >
    > I've granted permissions to the IUSR account, so this is not the problem.
    > Entering incorrect data into a wrong data type is not a problem, since all
    I
    > have are text fields and I'm even trying two characters. Is there a fix
    > Macromedia posted that I don't know about or does someone know what this
    > problem my entail.
    >
    > I'm hoping someone will be willing to help.
    >
    > Respectfully,
    > John
    >

    Paul Whitham TMM Guest

  4. #3

    Default Re: ASP.NET in DW 2004 "Problems Inserting Records intoan Access DB"

    Paul:

    Thank you!

    John
    JohnTIII 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