How to Update Linked tables.
I Want to update alarmconfig table where Linked table.
My problem is following query is working for ACCESS but not with SQL
Update AlarmConfig,Alarmdef
Set AlarmConfig.VectoringGroupID = 1 Where AlarmDef.PointId = 2 And AlarmDef.AlarmDefID = AlarmConfig.AlarmDefID
This gives the error message
Server: Msg 170, Level 15, State 1, Line 1
Line 1: Incorrect syntax near ','.
My Blog: http://dineshasanka.spaces.live.com/