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