I use this:

<cfquery name="relevantQueryName" 
             datasource="#Request.DBdatasource#" 
             dbtype="#Request.DBtype#" 
             username="#Request.DBusername#" 
             password="#Request.DBpassword#">

Erika
------------------------------------------------------------

>>| -----Original Message-----
>>| From: Paul Giesenhagen [mailto:[EMAIL PROTECTED]] 
>>| Sent: Friday, July 05, 2002 3:14 PM
>>| To: CF-Talk
>>| Subject: OT: Naming Convention choice
>>| 
>>| 
>>| 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