datatablecollection and missing schema

  • Thread starter Thread starter rodchar
  • Start date Start date
R

rodchar

hey all,
i noticed if i use the missing schema to fill a datatablecollection the
table names are generic (Table, Table1, Table2)

is there anyway to change that? i tried on the sql side to use an alias for
the table name but i don't think that work when i tried to debug.

thanks,
rodchar
 
hey all,
i noticed if i use the missing schema to fill a datatablecollection the
table names are generic (Table, Table1, Table2)

is there anyway to change that? i tried on the sql side to use an alias for
the table name but i don't think that work when i tried to debug.

thanks,
rodchar

What you mean with the missing schema?
Of course if the dataadapter do not have a schema it will not be able
to know the names, etc
you can always rename the tables afterwards though.
 
yes that's what i mean, the dataadapter missing schema. thanks for the help.
rod.

:





- Show quoted text -

Well, then just rename the table and you are ready :)
 

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