-

   rss_sql_ru_access_programming

 - e-mail

 

 -

 LiveInternet.ru:
: 16.03.2006
:
:
: 4

:


, 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


: [1] []
 

:
: 

: ( )

:

  URL