Jean-Michel POURE wrote:
>
> M$ Access2K relies on timestamps to update fields and 7.3 replaces timestamp
> -> timestamptz. Are there any timestamp in your table or only dates? Maybe
> you could copy table definition in your mail?
Here is an example of the table definition. I use the timestamptz
CREATE TABLE "EMPLOYEE_SYSTEM" (
"EMP_ID" integer,
"EMP_EMAIL" character varying(80),
"EMP_TIMESTAMP" timestamp with time zone,
);
> By the way, did you upgrade pgAdmin2 and odbc driver to the latest version?
Yes, I upgrade the driver version in windows.
Thanks a lot!