| От | Byron Nikolaidis |
|---|---|
| Тема | Re: [INTERFACES] another ODBC/Access question.. |
| Дата | |
| Msg-id | 3576D7EC.3AFE34ED@insightdist.com обсуждение исходный текст |
| Ответ на | another ODBC/Access question.. (Tim Bosinius <tim@bosinius.de>) |
| Список | pgsql-interfaces |
Tim Bosinius wrote: > When connecting Access97 to a postgreSQL datasource with ODBC > the pg_attribute.attnuotnull is not queried and therefore not set > in Access. > Currently, the driver just returns "everything is nullable". It used to vary based on datatypes, but since most datatypes can handle nulls, that wasn't very good. I think it would make a good addition to the driver to handle nulls based on the column attribute as you suggest. For Access, which uses SQLColumns to determine this fact, this will work great. However, other applications that use SQLDescribeCol or SQLColAttributes will still get only the datatype nullability since there really is no easy way to get this kind of information given only a result set from the backend. I will add this in the next release. Byron
В списке pgsql-interfaces по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера