dataadapter returns type question

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
 
M

Marina

It means 0 rows were updated.

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

Guest

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top