B
bbawa1
m getting this error when I run my asp application. I couldn't figure
out where is the problem.
Failed to enable constraints. One or more rows contain values
violating non-null, unique, or foreign-key constraints
this.Adapter.SelectCommand = this.CommandCollection[0];
Line 763: dsnew.tbTicketsDataTable dataTable = new
dsnew.tbTicketsDataTable();
Line 764: this.Adapter.Fill(dataTable);
Line 765: return dataTable;
Line 766: }
out where is the problem.
Failed to enable constraints. One or more rows contain values
violating non-null, unique, or foreign-key constraints
this.Adapter.SelectCommand = this.CommandCollection[0];
Line 763: dsnew.tbTicketsDataTable dataTable = new
dsnew.tbTicketsDataTable();
Line 764: this.Adapter.Fill(dataTable);
Line 765: return dataTable;
Line 766: }