I am trying to update the titles of all the employees who ase listed as Sales Representative to say Sales Partners but when I execute this code it says no rows are effected and their titles are staying the same. Can someone help me figure out what I am doing wrong?
This is what I have.
USE Northwind
UPDATE dbo.Employees
SET Title = 'Sales Partners'
WHERE Title = 'Sales Representatives '
...
User Profile
Collapse
-
Thank you for the tips! -
Reading from and writing to a text file.
Hello all:
I'm pretty stumped on this one. I'm not looking for Code, I'm just trying to figure out the best way to start this since I am new to reading and writing from files. I can't figure out what section (main/btnOpen/frmExceptionsLo ad) to put the code and all tutorials have either reading from or writing to and I am confused about putting it together along with the calculations of course.
I have to write a program that... -
-
New to windows app in C#
Hello all. I am used to using Write and WriteLine when trying to display my results using the COnsole.
Now working with windows applications, I am trying to display the results in a textbox but keep coming up with the wrong thing.
It should say:
The sum of [integer entered by the user in txtfirst textbox] and [integer entered by user in the txtsecond textbox] is: [displays answer here in txtanswer]
What...
No activity results to display
Show More
Leave a comment: