, 28 2014 . 14:05
+
"wProducts" : [prID], [prName], [prPrice]
"tblProducts": [prID], [prName], [prPrice]
"WebProducts":
SELECT wProducts.prID, wProducts.prName, wProducts.prPrice
FROM wProducts;
"edProducts", "tblProducts":
SELECT tblProducts.prID, tblProducts.prName, tblProducts.prPrice
FROM tblProducts INNER JOIN WebProducts ON tblProducts.prID = WebProducts.prID
WHERE (((tblProducts.prName)<>[WebProducts].[prName])) OR (((tblProducts.prPrice)<>[WebProducts].[prPrice]));
wProducts "edProducts"?
?
? ( )
http://www.sql.ru/forum/1134964/obnovit-dannye-tablicy-na-servere-cherez-sravnenie-s-tablicoy-u-klienta