Re: [INTERFACES] Re: M$-Access'97 and TIMESTAMPs
Byron Nikolaidis <byronn@insightdist.com>
From: Byron Nikolaidis <byronn@insightdist.com>
To: "Jose' Soares Da Silva" <sferac@bo.nettuno.it>
Cc: interfaces postgres <pgsql-interfaces@postgreSQL.org>
Date: 1998-06-12T13:57:22Z
Lists: pgsql-sql
Jose' Soares Da Silva wrote: > Ok Byron, I think this is a good solution. > In this way we don't need to add a TIMESTAMP to every table there's already a > XMIN present. > In any way, what's happen with TIMESTAMPs ? May we have Access recognize it as > DATETIME or we can't because Access beleaves that's a ROWVER ? > I would like to try it. Please Byron may you send me the code for '=' operator > for xid type. > Jose' I added the postgres timestamp type and mapped it to SQL_TIMESTAMP, so Access recognizes it now as a Date/Time. It does not automatically recognize it is a ROWVER. Did you read somewhere that it did that? In my testing it never did, UNLESS, I mentioned the column in SQLSpecialColumns and specifically said it was a ROWVER. Byron P.S., Dave Hartwig is sending you the code for the xid '=' operator.