Inserting and Updating Records at the same time

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

  1. #1

    Default Inserting and Updating Records at the same time

    Hi,
    Ive created a form which inserts a record into one table within the database,
    but i also need it to increment a field in another table of the same database,
    can anyone tell if and how this is done.

    Thanks

    Using DWMX/JS/ASP


    juniorbee Guest

  2. Similar Questions and Discussions

    1. Having trouble inserting/updating, please look @ code
      Hello, I'm getting an error while trying to insert a record from a form, or update a record from the datagrid. ERROR: at...
    2. Problem inserting/updating records
      Hi I'm having trouble trying to insert/update the records in SQL Server. I have created a form based on two tables and created a select...
    3. Updating and Inserting simoultaneously
      hello not sure if this is possible, i need to update a field in a table and then insert a new record into a different table from when the user...
    4. Inserting blank records
      I need to import records created in filemaker to an accounting program (MYOB). It can only recognise different records if there is a blank in...
    5. Updating/inserting >> Linking table
      A dilemma: If I am attempting to add multiple products to an existing Customer-Products linking table do I do this via an Insert or Update? ...
  3. #2

    Default Re: Inserting and Updating Records at the same time

    Hi, I'm also having problem as yours when I'm using ASP/JS/ASP. Other websites
    showed it can be done using ASP/VBScript. Perhaps Macromedia should put this in
    as when dealing with database, this is mostly needed. I wonder if MX2004 have
    this feature? The Command are not doing well either and Ms Access can't do
    Stored Procedure. Have you solved it?

    messiah944 Guest

  4. #3

    Default Re: Inserting and Updating Records at the same time

    no, this is the third time ive asked this and no-one has replied to it, ill assume no-one knows how it can be done.
    juniorbee 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