violation of primary key constraint .Cannot insert duplicate key in object using ADO
        Posted  
        
            by CREFLY
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by CREFLY
        
        
        
        Published on 2010-04-09T06:17:06Z
        Indexed on 
            2010/04/09
            6:23 UTC
        
        
        Read the original article
        Hit count: 588
        
Hi All we are working on a users apllication using Access2003(VBA) as software language and SQL Server 2005 as database. We are using ADO method and we encounter a problem. when users create new record in a ADO Screen and they want to save the record after implementing it they receive this error : error -2147217873 violation of primary key constraint 'PK_ '.Cannot insert duplicate key in object 'Pk_...' Any help will be appreciated Thanks in advance
© Stack Overflow or respective owner