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

validate for duplicate data

Participant ,
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

Views

290
Translate

Report

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...

Votes

Translate
LEGEND ,
Jan 02, 2007 Jan 02, 2007

Copy link to clipboard

Copied

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.


Votes

Translate

Report

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