Re: [INTERFACES] xmin field in a newly created table. - Mailing list pgsql-interfaces

From jose' soares
Subject Re: [INTERFACES] xmin field in a newly created table.
Date
Msg-id 36D4078F.C54310BD@bo.nettuno.it
Whole thread Raw
In response to xmin field in a newly created table.  (Valerio Santinelli <tanis@mediacom.it>)
List pgsql-interfaces

Valerio Santinelli ha scritto:

> I created a new table named "test" and with something like a dozen
> fields of different kind.
> When viewed through psql everything looks fine. If I link the table into
> MSAccess97 I get a new field called "xmin" that I don't know where it
> came from ? Any idea ??
>
> Valerio Santinelli

xmin is the row versioning that Msaccess uses for speedy concurrent access
to database, if you don't want to use this
Msaccess feature you have to uncheck "row Versioning" field on PostgreSQL
driver setup (advanced) in
ODBC data source administrator

- Jose' -

"No other success in life can compensate for failure in the home" (David O.
McKay)



pgsql-interfaces by date:

Previous
From: "Michael Zhang"
Date:
Subject: Newbie Q: How to deal with date/time with libpq or ecpg?
Next
From: Valerio Santinelli
Date:
Subject: Error with MSAccess97 subforms and PostODBC