Problem with null-value and Dataset

  • Thread starter Thread starter Flare
  • Start date Start date
F

Flare

Hey

Im selecting data from a view trough a dataadapter. I then Fill a Dataset
with the data. But when a field is null in the DB is just not represente in
my DataSet.! This is a huge problem, when i have to sned my updates in my
DataSet to the Database (a stored procedure).

Is there a way to force the Dataadapter.fill to make null values....null...
and not just...not representet?

THX en regards.
Reagrds
Anders
 
Back
Top