Formatting Data

  • Thread starter Thread starter noel
  • Start date Start date
N

noel

Hi,

I query data from a SQL db and I need to format the data to fit certain
business rules (date, char length...). Is the only way to do this is loop
through the table and hard code it?

Thanks
 
No,

But that depends how you use your data, you can build by instance your own
strongly typed datasets.

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