Forum Moderators: open

Message Too Old, No Replies

how to create session for storing database auto increment field

         

neo_neo

6:44 am on Nov 21, 2010 (gmt 0)

10+ Year Member



hello,
i have a web form that is inserting data from its fields to multiple into an access database. the fields belong to multiple tables within the database which is a problem, as i am using dreamweaver cs4. i have successfully done this however the problem is the foreign keys are not entered / set between the different tables. i have decided to pull the primary key by using the SELECT @@Identity for MS access.
Could someone help me with the coding to create and store the session and in the next pages retrieve the session from the previous pages?
the table name=Customer
Autonumber PK= customerID

neo_neo

11:36 pm on Nov 22, 2010 (gmt 0)

10+ Year Member



never mind responding....dont need this solution anymore.