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
 
Back
Top