Re: psqlODBC text length with no records

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: psqlODBC text length with no records
Дата
Msg-id 53738B4D.1030507@aklaver.com
обсуждение исходный текст
Ответ на psqlODBC text length with no records  (Barry Bell <Barry.Bell@hartehanks.com>)
Ответы Re: psqlODBC text length with no records
Список pgsql-odbc
On 05/14/2014 07:29 AM, Barry Bell wrote:
> Behavior seems different if you get the text from table vs fixed value.
>
> The  select 'ABCDE' from dual   return a text(longchar, memo),
> The select initcap(varcharfield) from varchartable  returns varchar
> The select initcap(varcharfield) from varchartable where 1=0  returns text(longchar, memo),

Where are you determining the data types?

In other words you run the SQL where and you see the output and data
type where?


>
>
>
> Barry Bell


--
Adrian Klaver
adrian.klaver@aklaver.com


В списке pgsql-odbc по дате отправления:

Предыдущее
От: Dev Kumkar
Дата:
Сообщение: Re: ODBC : SQLGetData question
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: psqlODBC text length with no records