iterate datareader

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

Guest

hey all,

is it possible to iterate thru a datareader and change the value of certain
fields before binding to control? If so, can someone please so me some basic
syntax for this?

thanks,
rodchar
 
Rodchar,
is it possible to iterate thru a datareader and change the value of
certain
fields before binding to control? If so, can someone please so me some
basic
syntax for this?

I assume it is for a webapplication, than in my opinion the
dataset/datatable is the way for you, it gives you than a bunch of
possibilities.

Cor
 
Thanks Cor,
Rodchar

Cor Ligthert said:
Rodchar,


I assume it is for a webapplication, than in my opinion the
dataset/datatable is the way for you, it gives you than a bunch of
possibilities.

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