Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

validate for duplicate data

Participant ,
Dec 27, 2006 Dec 27, 2006
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
295
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 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...
Translate
LEGEND ,
Jan 02, 2007 Jan 02, 2007
LATEST
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.


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines