FYI: SOLVED --- FOR YOU XAMPP/WINDOWS PEOPLE: Table name case sensitivity is
OS dependant!!!

On my laptop development platform, a select with a mixed-case table name
works fine when the table name in MySQL is all lower case.
SELECT * FROM tableName WHERE id = '1'
The table name is: tablename
However, on the production server, this gives us an error:
Table 'tableName' doesn't exist.
_______________________________________________
New York PHP Community MySQL SIG
http://lists.nyphp.org/mailman/listinfo/mysql

NYPHPCon 2006 Presentations Online
http://www.nyphpcon.com

Show Your Participation in New York PHP
http://www.nyphp.org/show_participation.php

Reply via email to