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

thank you.
I have lot of columns in table and lot of memory variables.
scatter memvar memo overwrites memory variables which have same names as table fields. So I cannot use it.

How to avoid existing memory variable destroying ?


>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 ?
Andrus
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform