dataadapter returns type question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

a dataadapter returns a type int32. I'm having problems finding out why an
update command is not working on some of my dataadapters
i've checked for dataset column errors table errors, ... they all come back
false
dataset has changes comes back true. Ok, there must be an error someplace.
but the adapter does not throw an error.

the dataadapter does return a 0 is this a usable value and what does it
indicate?
thanks
kes
 
It means 0 rows were updated.

You need to post the relevant snippets of code to get help.
 
Thanks for responding,
It would appear that the table mappings were not consistant and the adapter
was set to allow changes without error I switched this and (so far ) i'm able
to update.
thanks
kes
--
thanks (as always)
some day i''m gona pay this forum back for all the help i''m getting
kes


Marina said:
It means 0 rows were updated.

You need to post the relevant snippets of code to get help.
 
Back
Top