Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

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

From Richard Broersma
Subject Re: Access complains : Update or CancelUpdate without AddNew or Edit
Date
Msg-id 396486430803202208k656417b4jd917034c320b09e6@mail.gmail.com
Whole thread Raw
In response to Access complains : Update or CancelUpdate without AddNew or Edit  (Andreas <maps.on@gmx.net>)
Responses Re: Access complains : Update or CancelUpdate without AddNew or Edit
List pgsql-odbc
On Thu, Mar 20, 2008 at 10:20 AM, Andreas <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.

They say they dont do anything special. Just clicking a checkbox or
trying to jump to the next record would do to trigger the error.
Later the same action won't cause any trouble, so I can't crack this in
debug-mode. Here on my box it always works as expected.
 
How are you binding the form to the user controls?  Are you linking from linked tables, linked DAO recordsets, or linked ADO recordsets?

Could someone here give a hint?


I would start by looking for code in the form that might be calling the form's recordset UPDATE or CancelUpdate method. 

Also,  if this is a access problem, I would check out this site for further information:  www.utteraccess.com

Regards,
Richard Broersma Jr.

pgsql-odbc by date:

Previous
From: Andreas
Date:
Subject: Access complains : Update or CancelUpdate without AddNew or Edit
Next
From: Andreas
Date:
Subject: Re: Access complains : Update or CancelUpdate without AddNew or Edit