Ask a Question related to ASP Database, Design and Development.
-
Tim Chmielewski #1
Preventing the double-insertion of records
For a multi-stage booking form on my work's website I have the following
procedure that is meant to allow someone to change their details without
creating a new record:
Check for Session variable BookingID
If not null and numeric
Check for record existance using BookingID
Update booking record
else
Create new booking record
Assign Session variable BookingID from new record
end if
The only problem I am having is that it is working on some pages an not
others using the exact same code.
For more information the code listings are here:
[url]http://www.humanedge.biz/tim/stupidcode.txt[/url]
Thanks.
--
GIT Groupie : [url]http://gitgroupie.timchuma.com[/url]
My Photos : [url]http://photos.timchuma.com[/url]
Hong Kong Movie Reviews: [url]http://hkmovies.timchuma.com[/url]
Tim Chmielewski Guest
-
Ad Insertion
Hi folks, this is a pre-sales question really but everything seemed to point me to here... The feature spec for FMS mentions that it can perform... -
XML Bullet insertion
Hello, I wish to insert a bullet before the string of text. HOw to I achieve this? Thanks in advance. <textData textId="callout15"> <!]>... -
Need help for Record Insertion
I am struggeling with the exact same problem. Have you solved it yet? Anyone else have any suggestions? Thanks! -
DATE insertion
Hi all, First of all, thanks to everyone who helped me with the "checkbox" issue. I have an issue here while trying to INSERT INTO a MySQL table... -
preventing duplicate row insertion from asp.net app
Data is stored in SQL Server 2000. One table is Person another Item. Each row in the Person table may have associated with it several rows in the... -
Tim Chmielewski #2
Re: Preventing the double-insertion of records
Tim Chmielewski <chuma@dcsi.net.au> wrote in
news:Xns94FD946C5F07Dchumadcsinetau@130.133.1.4:
Please ignore the previous post, it turned out that I had updated the> For a multi-stage booking form on my work's website I have the
> following procedure that is meant to allow someone to change their
> details without creating a new record:
>
files in a seperate directory and was uploading the original unedited
files.
Thanks.
--
GIT Groupie : [url]http://gitgroupie.timchuma.com[/url]
The Twits Give Me the Shits : [url]http://twitsgivemetheshits.timchuma.com[/url]
My Photos : [url]http://photos.timchuma.com[/url]
Hong Kong Movie Reviews: [url]http://hkmovies.timchuma.com[/url]
Tim Chmielewski Guest



Reply With Quote

