DataSet columns Names

  • Thread starter Thread starter EAI
  • Start date Start date
E

EAI

Hi All,

I have a console application to run a stored procedure and load an xml
document. Everything works fine but dataset automatically changes the column
names to upper case. How do I preserve case for column names?

This generated xml is validated aginst a schema and now because of case
mismatch, schema validation fails. Any help would be appreciated.

Thanks!
 
Hi,

You can try to configure table and column mappings in the DataAdapter you
use to fill the dataset. In this case, the column names in the dataset can
be quite different from those returned by an SQL query.
 

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

Similar Threads


Back
Top