Bmb.AddNew

  • Thread starter Thread starter Nathan
  • Start date Start date
Hi,

Bmb is really a base class.
Take a look at CurrencyManager.AddNew Method. It is a bit more verbose.

However, there is no big deal with AddNew.
What do you want to know anyway?
 
I'm still having trouble with the issue from my post on January 20. I've
only done a little playing with datasets and databinding, enough to get by
for now, but now I'm needing to go much deeper into ADO.NET. I will be
buying a book on ADO when I return to the US in a couple weeks, but until
then I was just trying to sort out the current issue. I have filled a
dataset and bound some textboxes to the dataset, then declared/assigned a
bmb with which I move from row to row. bmb.AddNew seems to add a new row to
the dataset, but it doesn't show it and it messes up the row navigation
afterwards. Maybe I should just hold off until I can sit down with a decent
guide?
 

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

Back
Top