Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
lutzlut896 #1
Inserting data into two seperate tables with Dreamweaver
I am trying to find out how you to insert the unique ID from one table into
another table so that those two tables become connected. In other words the
user is signing up to the site with one form, so the unique ID is being created
in the members table, but after the user signs up to the site he/she also needs
to be able to add their products to the site, and I need that unique ID from
the members table to be inserted into the products table so that those two
tables can be connected. But I'm not sure how to do this, I know that I can't
use a form, or so I don't think, because the user won't know what their unique
ID is, because the database is creating that. Any help with this would be
great.
Thanks,
Jonathan
lutzlut896 Guest
-
Inserting Tables
Hi, this is the first time I've used dreamweaver and already I've run into a problem! I want to insert a table in my html document but a window pops... -
Inserting video in Dreamweaver
I am using Camtasia to record small videos for a website. After I produce my first video in a Flash format. Camtasis produces 5 files. Html ?... -
Help needed in inserting / updating tables withDreamweaver
Hello. Just registered. I am building an OnLine CD-Shop for a class in college and I have some problems. I'll get right to the point: I am using... -
Inserting records into related tables using a Stored Proc
Hi, I have 2 Tables. Table1 and Table2. Table2 holds a foreign key to Table1. How do I insert my record into Table 1 and then insert 1 or... -
Inserting into one table data from 2 tables and some input data.
Alrighty, I pull records from a database table onto a page based on vendor #. On this page I have an input box after each row of data that is just... -
delaneypub #2
Re: Inserting data into two seperate tables withDreamweaver
Depending on the programming language you are using and the database, you can
either return the value of the primary key of the members table to the query
(in Coldfusion, it would come back to the returnvariable in the query). Or, you
can do another query immediately to read the last record in the members table,
presuming that's the one you just added. Then, the primary key to the members
table can be set up as a foreign key in the products table.
delaneypub Guest



Reply With Quote

