Ask a Question related to Dreamweaver AppDev, Design and Development.
-
btn #1
Insert one record over multiple pages
Hi - using ASP/Acsess/VBscript I want ot insert a record in the database, but
this must be done over several web pages (1-2-3) because there are many form
fields. Only one record. What is the best way to do this? Use the insert
record behaviour for the first page and then user update record with session
MM_username for 2 and 3 ? Thanx! Bjorn.
btn Guest
-
Insert record
Hi all, I'm having a bit of a problem at the moment. I'm basically trying to insert a record to a MS Access database. I'm using dreamweaver MX. What... -
Multiple Insert or Looping Insert
I built an application on an Access DB that allows a dispatcher to log trucks in the field at their location as they call in. There are three... -
Multiple Record Insert
Hey All!! I'm kinda new to building web applications, and I need some much needed help with a problem that I just can get around. Any assistance... -
How to insert a new record
I am having problems with inserting a new record into access database using the detailsview control, the autonumber of the control does not update... -
insert a record
Hi every one, I have a problem inserting a record... error 500.100 (Operation must use an updateable query) or Unknown variable or something... ... -
Paul Whitham TMM #2
Re: Insert one record over multiple pages
There are two ways to do this.
1) You could pass the form values from page to page in hidden fields and
then write them all at the end, or
2) The method you described.
IMHO 2) is a better option in ASP as at least you have some of the
information stored should the person run into a problem.
If you wanted to give ASP.Net a try then you could split the form over
several panels (which appear like pages) and then do an insert at the end as
..net holds form values betweens calls on the server.
--
Regards
Paul Whitham
Macromedia Certified Professional for Dreamweaver MX2004
Valleybiz Internet Design
[url]www.valleybiz.net[/url]
Team Macromedia Volunteer for Ultradev/Dreamweaver MX
[url]www.macromedia.com/support/forums/team_macromedia[/url]
"btn" <webforumsuser@macromedia.com> wrote in message
news:d1dj0i$saj$1@forums.macromedia.com...but> Hi - using ASP/Acsess/VBscript I want ot insert a record in the database,form> this must be done over several web pages (1-2-3) because there are manyinsert> fields. Only one record. What is the best way to do this? Use thesession> record behaviour for the first page and then user update record with> MM_username for 2 and 3 ? Thanx! Bjorn.
>
Paul Whitham TMM Guest



Reply With Quote

