How to handle NULL fields-error with fill method
From: Paul (anonymous_at_discussions.microsoft.com)
Date: 05/12/04
- Next message: Lourenço Teodoro: "Storing Date/Time with Daylight savings"
- Previous message: SmokeMe: "OracleType.NVarChar parameters handled differently in framework 1.1?"
- Next in thread: Paul: "RE: How to handle NULL fields-error with fill method"
- Reply: Paul: "RE: How to handle NULL fields-error with fill method"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 12 May 2004 10:36:02 -0700
I have a data adapter that is using a stored procedure and when I get to the fill method to fill a dataset I get the following error,
Failed to enable constraints. One or more rows contain values violating non-null, unique, or foreign-key constraints.
The results of the procedure has 6 columns by 50 rows with some NULL field values throughout so think the NULLs are causing the problem. Just wondering how to handle this? Thanks Paul.
- Next message: Lourenço Teodoro: "Storing Date/Time with Daylight savings"
- Previous message: SmokeMe: "OracleType.NVarChar parameters handled differently in framework 1.1?"
- Next in thread: Paul: "RE: How to handle NULL fields-error with fill method"
- Reply: Paul: "RE: How to handle NULL fields-error with fill method"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
Loading