| Mario Aoun 2005-08-10, 7:24 am |
| Hi Mike,
In Order to solve such situation, try to create another data adapter for the
operation.
mario
"Mike Yeager" wrote:
> I stumbled across an odd situation in a C# (2003) app. I inserted a new row into a dataset and never modified any of the column values. When I call Update() from the data adapter, it reports that 1 row was updated and does not throw an exception. Whe
n I look at the data however, no row was inserted. In fact, I would have expected an exception since some of the columns do not allow null values and don't have defaults. If I manipulate any of the columns, I get the exception. Is this a bug in SQL CE
2?
>
> Specializing in C#, SQL Server, VFP, Smart Cards & Mobile Devices
>
> Mike Yeager MikeYeager.com LLC
> 35 Clint Rd
> Taos, NM 87571
> myeager@mailblocks.com tel:
> mobile: 505-751-7261
> 505-613-0072
>
>
>
>
> Add me to your address book... Want a signature like this?
>
>
|