Results 1 to 2 of 2

Thread: Naming Standards

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2000
    Posts
    1
    Iam working in vb as front end and sqlserver as backend.I would like to know the naming standards for tables
    and fields in a table.
    i would also like to know if it is independent of the backend we use.
    jayanthi

  2. #2
    Fanatic Member
    Join Date
    Oct 2000
    Location
    London
    Posts
    1,008
    There are no fixed standards just ensure that you find a convention and stick to it.

    Generally good practice to make the Table/Field names meaningful (i.e. FirstName not Field1)

    I use tTableName to make it clear when I am using a table, I also often use things like q001_FirstQuery, q002_SecondQuery to make logical groupings of similar entities.

    Don't use spaces, it causes more truble than it is worth and finally....

    No it is not back end independent because legal names in some databases will cause problems in others. Generally if you stick to AlphanumericNames without spaces, you'll be OK.

    Cheers,

    Paul.
    Not nearly so tired now...

    Haven't been around much so be gentle...

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