Help

  • Thread starter Thread starter Erencan SAÐIROÐLU
  • Start date Start date
E

Erencan SAÐIROÐLU

Hi Folks,
I use a datatable. I've passed DBNull.Value to a integer field.
And i update it with dataadapter. It's raise an exception like "@p2
parameter not supplied".
I catch sql statement with sql profiler so i see that the integer field's
parameter pass with "default".

What can i do for null fields.

Note: I can't set "NULL" text to the field becuase it's type integer.

Thanks.
 
Back
Top