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

RE: get table name problem by Navnit

Navnit
Thu May 04 01:24:02 CDT 2006

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.

"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