CREATE TABLE - Mailing list pgsql-sql

From Shavonne Marietta Wijesinghe
Subject CREATE TABLE
Date
Msg-id 00ed01c76252$b0bc28b0$1102a8c0@dream
Whole thread Raw
Responses Re: CREATE TABLE
Re: CREATE TABLE
Re: CREATE TABLE
List pgsql-sql
Hello
 
From my asp page i create a table
 
TableName = "CON01"
strSQL = "CREATE TABLE " & TableName & " ( ID text, N_GEN serial     not null);"
 
But the problem i have is that when i go and open my database in pgadmin the table name and coloumn name is written in lowercase :(
 
How do i ask it to write them in uppercase (like in my strSQL) ?
 
Thanks
 
Shavonne Wijesinghe
http://www.studioform.it
 
 
Le informazioni contenute nella presente comunicazione e i relativi allegati possono essere riservate e sono, comunque destinate esclusivamente alle persone o alla Società sopra indicati.
La diffusione, distribuzione e/o copiature del documento trasmesso da parte di qualsiasi soggetto diverso dal destinatario è proibita, sia ai sensi dell’art. 616 c.p., che ai sensi del D. Lgs. n. 196/2003.
 
Se avete ricevuto questo messaggio per errore, Vi preghiamo di distruggerlo e di informarci immediatamente per telefono allo 0039362595044 o inviando un messaggio all’indirizzo e-mail
amministrazione@studioform.it
 
The informations in this communication is confidential and may also be legally privileged. It is intended for the addressee only.
Access to this e-mail by anyone else is unauthorized. It is not to be relied upon by any person other than the addressee, except with our prior written approval. If you received this message please send an e-mail to the se

pgsql-sql by date:

Previous
From: "Chad Wagner"
Date:
Subject: Re: SHA-1 vs MD5
Next
From: "Rodrigo De León"
Date:
Subject: Re: CREATE TABLE