Re: [INTERFACES] Re: ODBC driver and Dates

Поиск
Список
Период
Сортировка
От Stephen Davies
Тема Re: [INTERFACES] Re: ODBC driver and Dates
Дата
Msg-id 199804170652.QAA27480@mustang.sdc.com.au
обсуждение исходный текст
Ответ на Re: [INTERFACES] Re: ODBC driver and Dates  (Aleksey Demakov <avd@avd.garsib.ru>)
Список pgsql-interfaces
Surely the way to go is to retrieve the date style from Windows. That is, use
the setting in Control Panel Regional Settings.

This can also be used to pick up decimal point and currency settings.

Cheers,
Stephen.

> Byron Nikolaidis <byronn@insightdist.com> writes:
>
> > Should the driver query the database (i.e., "show datestyle") to see what format
> > it should use, -OR-, should it be an option for the datasource, where you select
> > what style to use, and the driver sets the style when it makes a connection
> > ("set datestyle")?
>
> I beleave there is no need for such an option. The only thing is
> needed that ODBC-driver and Postgres use the same format during
> connection. Thus opening connection ODBC-driver should always set
> the datestyle which it uses. Asking the datestyle from backend and
> than using appropriate conversion is posible but why to bother with
> this while the opposite (instructing backend what datestyle to use)
> is much simpler to implement and will work equaly well?
>
> Aleksey
>
> --
> Aleksey Demakov
> avd@avd.garsib.ru


========================================================================
Stephen Davies Consulting                                            scldad@sdc.com.au
Adelaide, South Australia.                                             Voice: 61-8-82728863
Computing & Network solutions.                                     Fax: 61-8-82741015



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

Предыдущее
От: "Olaf Mittelstaedt"
Дата:
Сообщение: Re: [INTERFACES] Re: Insight ODBC driver
Следующее
От: Stephen Davies
Дата:
Сообщение: Re: ODBC driver