CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2006
    Posts
    2

    Strange problem with delete

    Hi, i had been some a problem with the delete statement. When i try to delete X rows of a table in a transaction, it doesn´t work properly, some rows aren´t deleted. I´m working with one thread and concurrency.
    I tried before delete the same information with stored procedure and the same problem happened.
    Anyone had this problem before? Any sugestions? Maybe the concurrency?
    I´m working with ASp.Net+VB.NET+SQL Server
    thanks João Paulo Lindgren

  2. #2
    Join Date
    Jun 2002
    Location
    Clane, Ireland
    Posts
    766

    Re: Strange problem with delete

    Are you getting any errors or messages?

    Is there a condition on the Delete statement, that would prevent the records from being selected for deletion?

    Can you post any code etc?
    JP

    Please remember to rate all postings.

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