Retrieve data record with databinding

  • Thread starter Thread starter barbara_dave
  • Start date Start date
B

barbara_dave

Hi, all,

I want to use several text box showinh the data records of an Access
database. I open a db connection, set a data adapter and a dataset to
the table of that database. I set databinding of each text box to
database field. When i run the program, it shows the first record, but
when I press "next" or "previous" button, the position of
bindingcontext is changed,but the data in the text box doesn't change.
What am I doing wrong?


Thanks!
 
Barbara,
What am I doing wrong?

How did you do the binding, how did you change the position.

Did you use code for that (the first can as well using the designer)?

And then tell or/and show how you did that, than we can maybe see what you
did wrong.

Cor
 

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