Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
Gabo Navarro #1
Unique Form inserting into many tables using unique id
I have a Registration Form that have 3 steps. The data could be inserted into
many (4) tables. Some data corresponding to a one table (the main or master
table that have an id field neccesary for all tables, is the foreign key
field). Actually I have 4 transactions and 3 Link transactions to chain all
process. The issue is that:
When the first transaction is completed, the id is passed correctly to the
next table (first link transaction), however, with the second transaction the
id passed is the primary key of the second table.
I did the next recordset :
SELECT id_registro FROM registro ORDER BY id_registro DESC Limit 1
tryng to use the last ID inserted in the main Table (registro) in all of the
rest transctions. In each one, im declare the value for id_registro field
(common for all the tables) which the result of the query above
({UltimoID.id_registro})
I'm using Developer Toolbox for DW CS3
Could you help me?
Gabo Navarro Guest
-
Unique id on form
Hi, Our site is joining an affiliate program and we have a form where the user goes in and fill out. I need to gather that an email address the... -
Secure a unique ID before inserting into DB
Hello, I am writing an application to handle support requests, and the user needs to have his request number printed out in front of him even... -
Unique sequential attribute value in Web User Control when dropped on form in VS.NET
Is there a way to instruct visual studio to give each instance of a user control a unique attribute value, by specifying a pattern for an... -
unique id
Hi there! What's the best way to create uids (unique ids) even when runnig at exactly same time (microseconds)? is this enough ??? $r =... -
Submitting form with a unique ID
Hi All, I'm looking for some information/code samples on how I can create a simple web form that includes an auto-generated Unique ID on the...



Reply With Quote

