Home All Groups Group Topic Archive Search About
Author
4 May 2006 5:50 AM
stanley
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

Author
4 May 2006 6:24 AM
Navnit
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.

Show quote
"stanley" wrote:

> 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

AddThis Social Bookmark Button