0
Participant
,
/t5/dreamweaver-discussions/validate-for-duplicate-data/td-p/736507
Dec 27, 2006
Dec 27, 2006
Copy link to clipboard
Copied
How can I ensure that a form entry does not contain duplicate
data to the corresponding database field the data is to be entered
into? I am working with ASP.
TOPICS
Server side applications
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
1 Correct answer
LEGEND
,
Jan 02, 2007
Jan 02, 2007
You need to test the database first before handling the
insert. DW has an SB
called "CheckUsername" which can be used to handle this function if you are
only checking one field.
--
Paul Whitham
Certified Dreamweaver MX2004 Professional
Adobe Community Expert - Dreamweaver
Valleybiz Internet Design
www.valleybiz.net
"aonefun" <webforumsuser@macromedia.com> wrote in message
news:emu5gn$k5j$1@forums.macromedia.com...
> How can I ensure that a form entry does not contain duplicate data to the...
called "CheckUsername" which can be used to handle this function if you are
only checking one field.
--
Paul Whitham
Certified Dreamweaver MX2004 Professional
Adobe Community Expert - Dreamweaver
Valleybiz Internet Design
www.valleybiz.net
"aonefun" <webforumsuser@macromedia.com> wrote in message
news:emu5gn$k5j$1@forums.macromedia.com...
> How can I ensure that a form entry does not contain duplicate data to the...
LEGEND
,
LATEST
/t5/dreamweaver-discussions/validate-for-duplicate-data/m-p/736508#M186432
Jan 02, 2007
Jan 02, 2007
Copy link to clipboard
Copied
You need to test the database first before handling the
insert. DW has an SB
called "CheckUsername" which can be used to handle this function if you are
only checking one field.
--
Paul Whitham
Certified Dreamweaver MX2004 Professional
Adobe Community Expert - Dreamweaver
Valleybiz Internet Design
www.valleybiz.net
"aonefun" <webforumsuser@macromedia.com> wrote in message
news:emu5gn$k5j$1@forums.macromedia.com...
> How can I ensure that a form entry does not contain duplicate data to the
> corresponding database field the data is to be entered into? I am working
> with ASP.
called "CheckUsername" which can be used to handle this function if you are
only checking one field.
--
Paul Whitham
Certified Dreamweaver MX2004 Professional
Adobe Community Expert - Dreamweaver
Valleybiz Internet Design
www.valleybiz.net
"aonefun" <webforumsuser@macromedia.com> wrote in message
news:emu5gn$k5j$1@forums.macromedia.com...
> How can I ensure that a form entry does not contain duplicate data to the
> corresponding database field the data is to be entered into? I am working
> with ASP.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

