Results 1 to 2 of 2

Thread: validation within a database

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2000
    Location
    Sheffield
    Posts
    3

    Post

    basically i need to know how to do simple validation checking on fields for my database (i.e if declared as Integer, they type string then will interrupt error). I'm sure this is a simple problem to deal with but i don;t know how to do it. THanks for any help you can give me
    CHEERS

  2. #2
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844

    Post

    If you are using a DBMS (like access/SQL server) just set the appropriate data type for each column. The database engine will raise an error if the wrong type of data is entered into that field

Posting Permissions

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



Click Here to Expand Forum to Full Width