thanx for ur prompt reply! 
so i guess having all the names in small letters will b the safest thing to do.
Regarding the second part of it:
what i ment is not all datatypes are supported by all the DB's
eg. there is no varchar2 in MySQL & varchar is deprecated in Oracle
OR there is no 'tinyint' in Oracle etc.
is there any place where i can get the datatypes which are supported by all the DB's or will i have to create separate schemas for diff DB's? 
|