get table name problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi,
i am trying to get the original table name as declared at the sql database
but instead of the real name the DataTable.TableName always holds the word
"Table".
i am using VS 2 and Sql 2003
any ideas?
thank's
stan
 
If your sp or select command returns only one table then you have to set
tablemappings on dataadapter. For exact syntax and a example you can search
for TableMapping in DataAdapter.
 

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