Hi:
being a newbie, i simply cannot find the error in the following UPDATE
statement that is thrown by vb.net and sql query analyzer:
Server: Nachr.-Nr. 170, Schweregrad 15, Status 31, Zeile 5
Line 2: Wrong Syntax near '('. (this is translated from german :))
according to the above error msg the error has to be somewhere around
the first opening bracket of the second line, but i just cant find it
!!!!!!!!!!!!!!
UPDATE OrderDetails
(OrderID, ProductID, Quantity)
PLEASEEEEEEEEE HELP!!!!
TIA -- Calderone