Re: int8 defined as text in MS Access?

Поиск
Список
Период
Сортировка
От Vidas Makauskas
Тема Re: int8 defined as text in MS Access?
Дата
Msg-id NFBBKEKGNLOACGGMDFKPOEEBCCAA.dbf@lindra.lt
обсуждение исходный текст
Ответ на Re: int8 defined as text in MS Access?  (Hiroshi Inoue <Inoue@tpf.co.jp>)
Список pgsql-odbc
> > Yes, this has been the subject of discussion a number of times in the
> > past. MS ADO (and other technologies) crash or get upset if the driver
> > returns SQL_BIGINT for an int8 from the ODBC 2.5 driver, because it
> > expects SQL_VARCHAR. With the (beta) ODBC 3.0 driver, you get an
> > SQL_BIGINT which should work fine.
>
> Unfortunately int8 -> SQL_BIGINT doesn't work well
> even with ODBC 3.0 driver using MS Access. However
> int8 -> SQL_NUMERIC seems to work with both 2.5 and
> 3.0 driver. Try the snapshot dll at
>   http://w2422.nsk.ne.jp/~inoue/.
>
> regards,
> Hiroshi Inoue

Would be very nice option INT8 as FLOAT8.
:)

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

Предыдущее
От: "Inacio dsilva"
Дата:
Сообщение: I want to store a .jpeg file in a table
Следующее
От: "Patrick Hatcher"
Дата:
Сообщение: Re: int8 defined as text in MS Access?