R
Roy Goldhammer
Hello there
I have a Client\Server application
On the client side and on the server side i have many tables with the same
stracture and i want to compare with them.
I would like to get all the records on the Client side that don't match to
the server side or not exist on the server side
For this (as far as i know) i need to build Left\Right join between the same
tables and and use all the fields.
This way is static so i need to build query for each table.
Is there a way to create global query that do the maches and getting the
name of the tables by Parameter?
or create a global sql Sentance that do this by adding only the name of the
tables to it?
any help would be useful
I have a Client\Server application
On the client side and on the server side i have many tables with the same
stracture and i want to compare with them.
I would like to get all the records on the Client side that don't match to
the server side or not exist on the server side
For this (as far as i know) i need to build Left\Right join between the same
tables and and use all the fields.
This way is static so i need to build query for each table.
Is there a way to create global query that do the maches and getting the
name of the tables by Parameter?
or create a global sql Sentance that do this by adding only the name of the
tables to it?
any help would be useful