Microsoft
Software
Hardware
Network
Question : Appending to table with primary key vfp
Hi:
I want to be able to append new records to an existing table.
However, I do not want to duplicate any append so have set a primary key in the existing table.
FoxPro does not (I believe) allow append of all but duplicated records - it stops the append.
How can I either write a query that deletes those records common to both tables or force an append, discarding common records?
Thanks!!
Answer : Appending to table with primary key vfp
insert into table1 select * from table2 where PrimaryKeyField not in (select PrimaryKeyField from table1)
Random Solutions
No Internet after reinstall of Windows XP on Dell desktop
Excel VBA create Outlook Email format
Private VLAN on ESX Cluster
2003 pdc holding all fsmo roles crashed; ad rebuilding indices; server is enterprise cert server
connecting to a windows 2003 file share from a mac, folders are empty
user without any role
2010 OWA Forms authentication
Can u upgrade from Win 7 32bit to Win 7 64bit
How to make my WPF button keep shining
Architecting a Silverlight GoogleMaps website