Datasets

  • Thread starter Thread starter Mike Fellows
  • Start date Start date
M

Mike Fellows

I have a very strange query....


I have a dataset that contains 4 columns

the datatype of column 3 is DateTime

the only problem is I need to change this to String

I have tried everything I can think of to change it but with no luck

Any help would really be appreciated

Cheers

Mike Fellows
 
I have a dataset that contains 4 columns
No you have a datatable in a dataset with 4 columns

add an extra column to the datatable
coppy all values to the new column , remove the old column


regards

Michel Posseth [MCP]
 

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