CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2009
    Posts
    8

    SQL 2008 need help

    i am using sql comands from visual studio 2008 and i need to do this: i need to insert "somthing" in tables but if this "somthing" is already written,only update it.

  2. #2
    Join Date
    Jun 2004
    Location
    Kashmir, India
    Posts
    6,808

    Re: SQL 2008 need help

    For Insert, you will have to use Insert Query and for Update you will have to use UPDATE Query. I guess you will need to take a closer look at how data is inserted or updated in the database. Go through books Online on MSDN.

  3. #3
    Join Date
    Jun 2009
    Posts
    8

    Re: SQL 2008 need help

    i did it alredy thank U all the answer is -> http://blogs.msdn.com/miah/archive/2...se-insert.aspx

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured