R: Date types in where clause of PreparedStatement

Поиск
Список
Период
Сортировка
От Paolo Sinigaglia
Тема R: Date types in where clause of PreparedStatement
Дата
Msg-id 00ed01c0a26d$5461bb80$0f00140a@paolo.informativesystem.it
обсуждение исходный текст
Ответы Re: R: Date types in where clause of PreparedStatement
Список pgsql-general
>Can anybody show any reason why the code using a prepared
> statement with a where clause using a date won't find any records
> on PostgreSQL but WILL work using Access and the jdbc-odbc
> bridge?


Assuming you are running PostgreSQL on a *nix machine and the odbc client on
a Win* different machine, couldn't be a problem of different locale
settings?

Using Delphi BDE I had **a lot** of troubles on an all-windows-98 network
because of different locale settings among the clients. First in all,
day-month swapping in dates (dd-mm-yyyy and mm-dd-yyyy formats mixed through
the network).







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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Thought on OIDs
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Postgres eats up memory when using cursors