Hello Christopher
I am not sure how you are filling your datset . Are you using Typed Dataset ? There are couple of ways to change the tableName .
a) You can use TableMappings Dialog , This is a property on DataAdapter
b) You can use SqlDataAdapter1.Fill(ds,"TableName") , You can give your tableName
Thanks
Sunder
Vb.Net
--------------------
>Reply-To: "Christopher Weaver" <we.aver@nospamVerizon.net>
>From: "Christopher Weaver" <we.aver@verizon.net>
[quoted text clipped - 17 lines]
>DataSet to include more than one table and, of course, I can't do that if
>they're both named Table.