[Message Deleted]
Database
5
Posts
2
Posters
0
Views
1
Watching
-
-
Yes, I even try to figure out the reason, I'm puzzled still. Why can't be -> sp.StateProvinceID = p.StateProvinceID, instead of p.StateProvinceID = p.StateProvinceID ? NEWBIES - Aaron
DotNet wrote:
Why can't be -> sp.StateProvinceID = p.StateProvinceID, instead of p.StateProvinceID = p.StateProvinceID ?
It's a typo. It should be
sp.StateProvinceID = p.StateProvinceID
Paul Marfleet "No, his mind is not for rent To any God or government" Tom Sawyer - Rush
-
DotNet wrote:
Why can't be -> sp.StateProvinceID = p.StateProvinceID, instead of p.StateProvinceID = p.StateProvinceID ?
It's a typo. It should be
sp.StateProvinceID = p.StateProvinceID
Paul Marfleet "No, his mind is not for rent To any God or government" Tom Sawyer - Rush