Re: RE: standardized naming system ?

2003-08-01 Thread Adam Fortuno KOVICK
Jim, Great question! I use the ol'Reddick VBA naming conventions. tbl - table idx - index fld - field You can search them in google, but I'd like to know if MySQL has its own established conventions too. Regards, A$ - Original Message - From: Jim Smith [EMAIL PROTECTED] Date:

RE: RE: standardized naming system ?

2003-08-01 Thread Jim Smith
[mailto:[EMAIL PROTECTED] Sent: 01 August 2003 15:24 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: RE: standardized naming system ? Jim, Great question! I use the ol'Reddick VBA naming conventions. tbl - table idx - index fld - field You can search them in google, but I'd like

Re: RE: RE: standardized naming system ?

2003-08-01 Thread Adam Fortuno KOVICK
, 2003 10:39 am Subject: RE: RE: standardized naming system ? Wasn't my question. Why do you need to label a table as a table? There is some merit in using type prefixes in VB because of its loose typing, but it makes no sense in a database context where the types of objects are quite