Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Determine record which causes error
Message
From
19/10/2005 19:33:54
James Blackburn
Qualty Design Systems, Inc.
Kuna, Idaho, United States
 
 
To
19/10/2005 13:49:28
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
01060385
Message ID:
01060576
Views:
9
Andrus,

I would not use append from and insert each row.
select mytable
scan 
  scatter memver memo 
  ?m.pk
  insert into newrecords from memvar
  skip in mytable 
endscan 
>I need to add records to a table in PostgreSQL server .
>
>I ceated a SPT cursor mytable and made it updatable.
>It has row buffering enabled. VFP sends each row as separate INSERT command to backend.
>
>I use the following code to add records to sql server:
>
>
SELECT mytable
>APPEND FROM dbf('newrecords')
>
>Some record violates referential integrity and this causes error
>in APPEND FROM line
>
>Connectivity error: ERROR: insert or update on table
>"mytable" violates foreign key constraint "mytable_customer_fkey"
>
>How to determine the record in newrecords table which causes this error ?
>Which is best way to add many record so that the row caused error can be determined ?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform