If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Delphi, C etc > Sound naming convention ( for fields )

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-25-04, 04:48
jsoans jsoans is offline
Registered User
 
Join Date: Mar 2004
Posts: 7
Sound naming convention ( for fields )

Would it be wise to include the name of the table also ( of course in an abbreviated form ) in a field name e.g. a field f of a table t might be named tf. This aquires significance when multiple tables have fields by the same name e.g. ID. I know that any SQL server ought to automatically disambiguate collided names automatically but my feat is regarding external tools e.g. I suspect the VB DataEnvironment designer is carEless in this behalf. What have been members experiences and what is thier advice?
Reply With Quote
  #2 (permalink)  
Old 03-25-04, 16:44
robojam robojam is offline
Registered User
 
Join Date: Feb 2004
Location: Charlotte, NC
Posts: 79
You should be able to qualify field names with table names where required, so it doesn't really matter if you add a table identifier to a field name. I would suggest not doing it as the shorter the field name the better - if the name is informative and succinct that is probably the best you can do.
__________________
Make something idiot proof and someone will make a better idiot...
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On