| От | Bruno Wolff III |
|---|---|
| Тема | Re: FIXED Problems when using MS Access to display |
| Дата | |
| Msg-id | 20040503151830.GA23846@wolff.to обсуждение |
| Ответ на | Re: FIXED Problems when using MS Access to display (Simon Dobie <simon@auditbureau.org.au>) |
| Список | pgsql-interfaces |
On Mon, May 03, 2004 at 16:24:28 +1000, Simon Dobie <simon@auditbureau.org.au> wrote: > Its ok, i managed to figure it out. the Primary Key was not being > updated (i did make it auto update in postgress but it doesnt seem to > auto update) so i had to manually change the unique value for the > records (which was the same for each one.) There is no auto update in Postgres. If you are talking about the serial type, it is important to know that it works by having a function get a value from a sequence as a default action. If you actually provide a value for this column when inserting a row, that value will get used instead of using the default action to get a value. If you still have questions about this, if you describe precisely what you are doing we might be able to shed more light on what is happening.
В списке pgsql-interfaces по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера