473,503 Members | 1,747 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Failed to enable constraints... when there are none!

I've been having this problem for weeks and its been stumping me. By
the way, Im working with MS SQL 2000, ASP.NET2 and Visual Studio 2005.
I am recieving an error, when executing a SELECT statement from an
ObjectDataSource thorugh a strongly typed DataSet DAL:

Failed to enable constraints. One or more rows contain values violating
non-null, unique, or foreign-key constraints.

There are no foreign key constraints on my database, and the data being
selected is neither null nor an identity. Actually, the error is only
thrown when one of the columns being returned contains a specific
value. Removing the column from the select statement or changing the
data to a different value causes the page to run properly.

My best guess is that VS05 is misconfiguring the DataSets. However,
I've tried (among lots of other things) deleting and rebuilding the
TableAdapters with the same error persisting.

Help please! Thanks!

Jeff

Oct 24 '06 #1
2 2327
hejdig.

The dataset/datatable contains a collection of errors. Look through it to
find exactly which row/column/value is generating the error.

The question is also not related to aspnet but to adonet. Please use
another newsgroup.

HTH

/OF

--------
"Jeff" wrote
I've been having this problem for weeks and its been stumping me. By
the way, Im working with MS SQL 2000, ASP.NET2 and Visual Studio 2005.
I am recieving an error, when executing a SELECT statement from an
ObjectDataSource thorugh a strongly typed DataSet DAL:
Failed to enable constraints. One or more rows contain values violating
non-null, unique, or foreign-key constraints.
There are no foreign key constraints on my database, and the data being
selected is neither null nor an identity. Actually, the error is only
thrown when one of the columns being returned contains a specific
value. Removing the column from the select statement or changing the
data to a different value causes the page to run properly.
My best guess is that VS05 is misconfiguring the DataSets. However,
I've tried (among lots of other things) deleting and rebuilding the
TableAdapters with the same error persisting.

Oct 24 '06 #2
Thanks for the reply and the direction.

I know which row and column is generating the error. My problem is that
I can't make sense of the error statement given the fact that the data
should be valid in every way.

LosManos wrote:
hejdig.

The dataset/datatable contains a collection of errors. Look through it to
find exactly which row/column/value is generating the error.

The question is also not related to aspnet but to adonet. Please use
another newsgroup.

HTH

/OF

--------
"Jeff" wrote
I've been having this problem for weeks and its been stumping me. By
the way, Im working with MS SQL 2000, ASP.NET2 and Visual Studio 2005.
I am recieving an error, when executing a SELECT statement from an
ObjectDataSource thorugh a strongly typed DataSet DAL:
Failed to enable constraints. One or more rows contain values violating
non-null, unique, or foreign-key constraints.
There are no foreign key constraints on my database, and the data being
selected is neither null nor an identity. Actually, the error is only
thrown when one of the columns being returned contains a specific
value. Removing the column from the select statement or changing the
data to a different value causes the page to run properly.
My best guess is that VS05 is misconfiguring the DataSets. However,
I've tried (among lots of other things) deleting and rebuilding the
TableAdapters with the same error persisting.
Oct 24 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1244
by: Sven Hilmahr | last post by:
Hello, I tried to do a Python 2.3.4 framework installation on my Mac OS X 10.3.5. I configured as described in /Mac/OSX/ReadMe: ../configure --enable-framework But on make test, one test...
0
338
by: Byron | last post by:
Using Visual Basic .Net 2003 Standard Edition Am attempting to join two oleDataAdapters. Right clicking on the second oleDataAdapter(the child) to preview the data, and then clicking the Fill...
2
11887
by: cotton_gear | last post by:
Hi, Depending on the user input I need to disbale/enable some of the links in my page. When disbled I need to display the links as normal text with cursor changed to mouse pointer style and when...
12
6151
by: WantedToBeDBA | last post by:
Hi all, db2 => create table emp(empno int not null primary key, \ db2 (cont.) => sex char(1) not null constraint s_check check \ db2 (cont.) => (sex in ('m','f')) \ db2 (cont.) => not enforced...
4
28104
by: cyrano | last post by:
I am having issues maintaining an oracle connection in my apache/php web application. I am able to succesfully connect to an Oracle 9i dbase using oci() and retrieve expected results for the...
4
13917
by: Clodoaldo Pinto | last post by:
preg_match(): Compilation failed: regular expression too large at offset 0 The regular expression is 34,745 bytes long. <?php $regExp = 'huge regexp with 34,745 bytes'; echo...
6
14592
by: Frieder Bürzele | last post by:
Hi, Im trying to integrate a rss feed into my page but struggle to fetch the dynamic generation of the rss feed If I type this into the browser as a result the xml file is shown as expected...
2
3316
abehm
by: abehm | last post by:
Hey all, I'm getting this error only when I have two similar entries in an login_audit table where the only difference is the actionhost and date. The query works fine in sqlserver. just not in the...
4
21950
by: Bobby Edward | last post by:
I have an xsd dataset. I created a simple query called GetDataByUserId. I can preview the data fine! I created a very simple BLL function that calls it and returns a datatable. When I run...
0
7203
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7281
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
6993
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5579
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5014
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4675
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
1514
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
737
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
383
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.