6 messages in com.mysql.lists.javaRe: Names of the table to uppercase
FromSent OnAttachments
Kevin A. Burton05 Sep 2004 12:09 
Mark Matthews05 Sep 2004 12:34 
Kevin A. Burton05 Sep 2004 12:41 
Mark Matthews05 Sep 2004 13:09 
Javier Ponce Albendea07 Sep 2004 00:41 
David Black07 Sep 2004 05:46 
Subject:Re: Names of the table to uppercase
From:David Black (Davi@Cobol-Conversions.com)
Date:09/07/2004 05:46:01 AM
List:com.mysql.lists.java

Great question.

Also why does Windose put the table name in lower case when you create a table, even when the create statement is being loaded in upper case?

Also why does it put the table name table in lower case, to delete the old table, when you backup a table to create a table on another machine(Linux)?

Thanks

David

Javier Ponce Albendea wrote:

Hi,

Does anyone know how to get that all the tables and columns names came at uppercase when you get them from the database??

Thanks in advance, Javi