Discover Antartica wrote: > > <cfquery name="somename" datasource="somedatasource"> > SELECT EmPloYeE.Name > FROM Employee > </cfquery> > > is failing in CF.
It is not failing in CF, it is failing in the database. > I have to have the table name with exactly the same case as I am referencing > it. > > This also happens in MySQL. Is there a way to disable this case-sensitivity > feature in CF and/or MySQL? http://dev.mysql.com/doc/mysql/en/name-case-sensitivity.html Or use another database. Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:193917 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=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

