Re: Problem inserting with remote views in vfp - Mailing list pgsql-odbc

From Benjamin Krajmalnik
Subject Re: Problem inserting with remote views in vfp
Date
Msg-id 8511B4970E0D124898E973DF496F9B43251595@stash.stackdump.local
Whole thread Raw
In response to Problem inserting with remote views in vfp  (Geoffrey Clements <geoff@electron.me.uk>)
List pgsql-odbc
I recommend that you turn logging on either on the ODBC side or on the server side, and see exactly what you are
sendingas a query. 
Also, try to send the exact query you would be making from your applicatio via PSQL or pgAdmin and see the results.
Browsing a table is not fgoing to trigger a constraint.  This will happen only if you are inserting/updating/deleting
rows.


-----Original Message-----
From: pgsql-odbc-owner@postgresql.org
[mailto:pgsql-odbc-owner@postgresql.org]On Behalf Of Geoffrey Clements
Sent: Friday, April 21, 2006 3:29 PM
To: pgsql-odbc@postgresql.org
Subject: [ODBC] Problem inserting with remote views in vfp


I'm in the process of converting a Visual FoxPro application from using local
tables to using a postgresql backend on a Debian box with psqlODBC on Windows
Xp.

I've set up the database server with the necessary tables containing test data
and using a remote view in VFP I can browse and update data.  However when I
insert a row into the view and try to commit the change to the server I get
an error message saying that the null value for the primary key conflicts
with the non-null constraint, however the data that I am inserting is
non-null for the primary key.

Any help would be appreciated as I've run out of ideas on how to fix this.

--
Geoff                                           Registered Linux user 196308

---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

pgsql-odbc by date:

Previous
From: Geoffrey Clements
Date:
Subject: Problem inserting with remote views in vfp
Next
From: "Michael GUIARD"
Date:
Subject: odbc 8.01.02 8190 bytes limitation