Salve, mi si presenta questo errore.. mi aiutate a capirlo? credo che sia connesso a un inserimento di testo (che finisce in un databse)... se inserisco meno di 255 caratteri funziona..so no no.. però nel database sono impostati 500 caratteri..e per le altre tabelle funziona.. magari con il vostro aiuto nell'interpretazione di questo errore capisco di più cosa può esserci di sbagliato..
Server Error in '/' Application.
Failed to enable constraints. One or more rows contain values violating non-null, unique, or foreign-key constraints.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.ConstraintException: Failed to enable constraints. One or more rows contain values violating non-null, unique, or foreign-key constraints.
Source Error:
Line 32006: this.Adapter.SelectCommand = this.CommandCollection[0];
Line 32007: gewem_def.dealerDataTable dataTable = new gewem_def.dealerDataTable();
Line 32008: this.Adapter.Fill(dataTable);
Line 32009: return dataTable;
Line 32010: }