close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Copying autoincrement ID value to another column when inserting a record

Thread began 8/18/2021 8:46 am by Mags | Last modified 8/19/2021 10:01 am by Ray Borduin | 564 views | 8 replies |

Mags

Copying autoincrement ID value to another column when inserting a record

Hi Ray, I have three ID columns in a database, the first one is the primary index autoincrement ID, then I have two other INT columns, say they're called ID2 and ID3. These are used to give people access to specific areas of the website. I have it set up on the record update page so that when someone requests access to these areas, it copies the primary index value into the other two columns. However, how can I get the value of the primary index when adding a new record? Is there a way of getting this number when it doesn't actually exist until the record has been added?

Sign in to reply to this post

Ray BorduinWebAssist

I'd just do an update after the insert and save the inserted ID into the session so you can update the record immediately after.

Sign in to reply to this post
Did this help? Tips are appreciated...

Mags

Thanks Ray, I'll add a note to the insert page so that admin users know to do this.

Sign in to reply to this post

Ray BorduinWebAssist

You don't need to add a note... You can apply the update server behavior on the page with the insert so it happens automatically.

Sign in to reply to this post
Did this help? Tips are appreciated...

Mags

Ah of course, hadn't thought of that!

Sign in to reply to this post

Ray BorduinWebAssist

Just make sure to remove the redirect in the insert if you have one and put it into the update instead so it has a chance to run.

Sign in to reply to this post
Did this help? Tips are appreciated...

Mags

Just had a mental block - would I be right in thinking that in the Update behavior in the attached page I would put <?php echo $_SESSION['WADA_Insert_para_users']; ?> in the Lookup value section, and also in the Column Bindings for the two columns where I want to copy the ID? I'll move the redirect to the update behavior once I've added it but just want to make sure I'm using the correct value.

Sign in to reply to this post

Ray BorduinWebAssist

Yes, that sounds correct.

Sign in to reply to this post
Did this help? Tips are appreciated...

Mags

It works, many thanks!

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...