MySQL uses case-sensitive entity names? OUCH! I thought case-sensitive
_INDEXES_ were difficult to work with.

> Nope.  You can alias the tables like this, though:

> <cfquery name="somename" datasource="somedatasource">
>     SELECT EmPloYeE.Name
>     FROM Employee EmPloYeE
> </cfquery>

> This has nothing to do with CF, it's entirely based on the
> behaviour
> of your database server (MySQL in this case).

> I'd highly recommend laying out some styleguidelines for
> your naming
> schemes.  If you do that (and follow them, of course),
> this problem
> will go away.  Here's what I do:

>  - tables are all lowercase, words separated with
>  underscores
>  - columns are camelCase with no initial cap
>  - abbreviations/initials are always caps.  i.e.
>  productID, DOB, etc.
> Though I'd probably use dateOfBirth rather than DOB.

> cheers,
> barneyb


s. isaac dealey   954.927.5117
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://macromedia.breezecentral.com/p49777853/
http://www.sys-con.com/story/?storyid=44477&DE=1
http://www.sys-con.com/story/?storyid=45569&DE=1
http://www.fusiontap.com




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:193921
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to