Re: Access complains : Update or CancelUpdate without AddNew or Edit - Mailing list pgsql-odbc

From Andreas
Subject Re: Access complains : Update or CancelUpdate without AddNew or Edit
Date
Msg-id 47E3A0DA.1050002@gmx.net
Whole thread Raw
In response to Re: Access complains : Update or CancelUpdate without AddNew or Edit  ("Richard Broersma" <richard.broersma@gmail.com>)
Responses Re: Access complains : Update or CancelUpdate without AddNew or Edit  ("Richard Broersma" <richard.broersma@gmail.com>)
List pgsql-odbc
Richard Broersma schrieb:
> On Thu, Mar 20, 2008 at 10:20 AM, Andreas <maps.on@gmx.net
> <mailto:maps.on@gmx.net>> wrote:
>
>
>     ... event before update caused an error:
>     Update or CancelUpdate without AddNew or Edit
>
>
> This sounds more like a MS-Access Visual Basic Coding problem.  Any
> ODBC related error messages are really PostgreSQL error messages that
> are relayed to you.   What you are describing here doesn't sound any
> thing like and ODBC or PostgreSQL error.
I think it's an Access issue, too, but one that is ODBC related as I
never had this problem without ODBC.
I don't say it is a pgsqlODBC specific error.
I hoped someone here ran into it before and knows a tweak for psqlODBC,
Access or anything to improve this thing.

It's not a VBA coding issue, since the whole data update is done by
Access and the form that is bound to linked in tables.
No ADO-, DAO recordset stuff within my code here.

This form actually has a "before Update" procedure but it just inserts
the current User-ID when the form was changed.
This happens everytime an update occurs and works perfectly next to
everytime it is called.


Regards
Andreas

pgsql-odbc by date:

Previous
From: "Richard Broersma"
Date:
Subject: Re: Access complains : Update or CancelUpdate without AddNew or Edit
Next
From: "Fred Parkinson"
Date:
Subject: Re: Access complains : Update or CancelUpdate without AddNew or Edit