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
How do I manipulate (write and read) a xml file in VB6?
Address bokk in Outlook 2003
Script to open up .ini file, make changes, then save
Delphi TWebbrowser loads the URL but a Login Form appears.
Is this optimal
Which is the BEST to secure LAN : WEP, WPA or WPA2?
Finding missing identity column integers from a table
imported forms, reports, and table into another db and not working
mySQL join query how do I write
How to display table of information in group header