I have created a data base with lot of tables but as now Java is case sensitive I want all the structure to be in lowercase only table name, field name
Is there any quick way (programming) to do this?
If so please help
Thanks in advance
Firstly I would not make everything lowercase as it will be hard to read and is bad practice.
Secondly... why are you not using Stored Procedures??? You should be!
I do not know the consequences of this so I am NOT recommending it but you could look into the sys catalog tables (sysobjects, syscolumns) and amend from here. You can only do this if the server is configured in this way.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.