User Profile

Collapse

Profile Sidebar

Collapse
pbj2009
pbj2009
Last Activity: Dec 9 '09, 02:16 PM
Joined: Jul 23 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Trying to update certain rows and its not producing the results i need

    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 '
    ...
    See more | Go to post

  • pbj2009
    replied to Reading from and writing to a text file.
    Thank you for the tips!
    See more | Go to post

    Leave a comment:


  • pbj2009
    started a topic Reading from and writing to a text file.

    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...
    See more | Go to post

  • pbj2009
    replied to New to windows app in C#
    Ah ok. I understand now. Thanks so much. :)
    See more | Go to post

    Leave a comment:


  • pbj2009
    started a topic New to windows app in C#

    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...
    See more | Go to post
No activity results to display
Show More
Working...