Hey all,
I am wondering is there is an easy(ish) way to query a seperate database and then compare it with my database, then only append records that are not already in my database?
I'll try an explain this a little better:
Database A has records: a b c d
My database has records: a b c
...is there a way I can append 'd' from Database A into one of my database tables?
Thanks,
NS
I am wondering is there is an easy(ish) way to query a seperate database and then compare it with my database, then only append records that are not already in my database?
I'll try an explain this a little better:
Database A has records: a b c d
My database has records: a b c
...is there a way I can append 'd' from Database A into one of my database tables?
Thanks,
NS