Re: Column name in lower case

2020-02-18 Thread Ilya Kasnacheev
; >> On Tue, Feb 18, 2020 at 11:06 AM Abhay Gupta wrote: >> >>> Hi, >>> >>> >>> >>> I am using UNIX ODBC and since create table command causes column name >>> in UPPER case , and so SQLDescribeCol returns column name in UPPER case . >>> >>> >>> >>> Some of the application servers like Asterisk which checks the column >>> name breaks as they expect the column name to be lower case . Is there a >>> way to create column name in lower case and run the query on them without >>> using double quotes . >>> >>> >>> >>> Regards, >>> >>> >>> >>> Abhay Gupta >>> >>> >>> >>

Re: Column name in lower case

2020-02-18 Thread Abhay Gupta
>>> I am using UNIX ODBC and since create table command causes column name in >>> UPPER case , and so SQLDescribeCol returns column name in UPPER case . >>> >>> >>> >>> Some of the application servers like Asterisk which checks the column name >>> breaks as they expect the column name to be lower case . Is there a way to >>> create column name in lower case and run the query on them without using >>> double quotes . >>> >>> >>> >>> Regards, >>> >>> >>> >>> Abhay Gupta >>> >>>

Re: Column name in lower case

2020-02-18 Thread Ilya Kasnacheev
t; >> >> >> Some of the application servers like Asterisk which checks the column >> name breaks as they expect the column name to be lower case . Is there a >> way to create column name in lower case and run the query on them without >> using double quotes . >> >> >> >> Regards, >> >> >> >> Abhay Gupta >> >> >> >

Re: Column name in lower case

2020-02-18 Thread Igor Sapego
e column name > breaks as they expect the column name to be lower case . Is there a way to > create column name in lower case and run the query on them without using > double quotes . > > > > Regards, > > > > Abhay Gupta > > >

Column name in lower case

2020-02-18 Thread Abhay Gupta
create column name in lower case and run the query on them without using double quotes . Regards, Abhay Gupta