Results 1 to 2 of 2

Thread: Unique Indexes

  1. #1
    Mickey Williams Guest

    Unique Indexes

    I have a user information access database with an indexed unique key field for user id. Is there a method in aspdb pro when adding a new record, to check for uniqueness before geting the yellow error box, or at least a way of suppressing the error box?

  2. #2
    nnm Guest

    Unique Indexes (reply)


    Before you attempt the insert, use sql to check if that ID already exists in the DB.

    ------------
    Mickey Williams at 3/21/01 1:18:04 PM

    I have a user information access database with an indexed unique key field for user id. Is there a method in aspdb pro when adding a new record, to check for uniqueness before geting the yellow error box, or at least a way of suppressing the error box?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •