I use "Hungarian" style for naming convention,
that is using prefix such as:
i for integer -> iQuantity
str for string -> strName
fl for float -> flPrice
qry for query -> qryProducts
etc...

and i lower case every tags (thanks to CF studio)

Rizal

At 09:13 PM 7/5/2002, you wrote:
>Curious as to which one people prefer.
>
><cfquery datasource="QueryName" ...>
>
>OR
>
><cfquery datasource="query_name" ...>
>
>Also, out of curiosity these too:
>
><CFQUERY DATASOURCE...> (all caps)
>
>Or
>
><cfquery datasource ...>
>
>Thanks
>Paul Giesenhagen
>QuillDesign

______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to