Re: Access2000 & sequence as primary key in view : #DELETED
От | Tony Caduto |
---|---|
Тема | Re: Access2000 & sequence as primary key in view : #DELETED |
Дата | |
Msg-id | 452D3072.5080403@amsoftwaredesign.com обсуждение исходный текст |
Ответ на | Re: Access2000 & sequence as primary key in view : #DELETED (Arnaud Lesauvage <thewild@freesurf.fr>) |
Список | pgsql-odbc |
> > The fact is that we are talking about ODBC here. > The difference between a table and a view is that in the table one > record as one value of the sequence, forever. With a linked view in > access, if I sort the table or query it in anyway new sequence numbers > are given to all the fields. > I really don't see how that is possible. A Postgresql sequence when used in a Serial Type only generates a value on a insert. I have tons of views that reference tables with columns that are serial and they don't regenerate themselves when I sort the table in Access. Not to mention PG views are read only ( unless you have some rules defined) The only problem we have had with sorting in access is with varchars used as function OUT params which Access thinks are memo fields and we got around that using views that cast them to varchars with lengths. You have me totally lost as to the problem you are really having :-) -- Tony Caduto AM Software Design http://www.amsoftwaredesign.com Home of PG Lightning Admin for Postgresql Your best bet for Postgresql Administration
В списке pgsql-odbc по дате отправления: