From: | prinsarian(at)zonnet(dot)nl (Arian Prins) |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Using PostgreSQL and Access? |
Date: | 2001-10-25 08:40:30 |
Message-ID: | 3bd7cf57.269005910@news.amc.uva.nl |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
If Access changes / inserts a record it tries to refetch the thing
after that operation has finished. If it hasn't got a unique ID to try
to find the record it will give errors like "row deleted" and maybe
your index-errors.
Try switching on Datasource...OID-options....Show Column and Fake
index.
arian.
On Thu, 25 Oct 2001 00:59:22 +0000 (UTC), meyer(at)mesw(dot)de ("Markus
Meyer") wrote:
>Since the PostgreSQL (CygWin) mailing list seems to be quite dead, I'm
>posting this one here.
>
>My question is: Has any one successfully used PostgreSQL with Access? I have
>read the Accces-FAQ, but I still have major problems: When I create a form
>and change / add some data in there, I always get errors, f.e. "Cannot add
>duplicate index" (although I did just a minor change), but also other error
>messages, or data conversion errors ("Cannot convert XID to int4"). The
>error messages change, if I try other settings in ODBC driver, but it
>doesn't work either. Also I get the error messages about the unique index
>when I add a new record as described in the ODBC FAQ, but I don't agree with
>the "workaround" by using a timestamp. That one is really weird, and it
>really should work without.
>
>Maybe PostgreSQL (or the ODBC driver) should have a "compatibility" mode to
>work with more forgiving frontends. I don't see, why f.e. a boolean column
>gives an error, if you do something like "boolean_col = 0".
>
>Access does work well with other databases over ODBC (okay, SQL Server
>works, but also MySQL), so why doesn't PostgreSQL?
>
>Regards
>
>
>Markus
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
_______________________
Arian Prins
_______________________
prinsarian
apetale
zonnet
dot
nl
From | Date | Subject | |
---|---|---|---|
Next Message | Trurl McByte | 2001-10-25 09:22:00 | Re: PgSendMail, PgLinkPoint, PgMCK (CyberCash) joins |
Previous Message | Arian Prins | 2001-10-25 08:35:40 | Re: Importing Access 97 Database into 7.1.3 |