universal primary key comparator?
843854Feb 18 2004 — edited Feb 18 2004i'm developing a database synchronization aplication. when synchronizing one table from one db with
the table from the other db i'm thinking:
why not sort the tables by primary key-s and go through the result sets only once, but since different
databases use diferent primary key conventions ... hmmm... is this at all possible?
thanks for your answers.