D
David
Hi,
I am trying to fill a DataTable using DataAdaper which has a stored
procedure as a data source. Now, if a stored procedure contains a SELECT
statement which reads data from two or more tables (using INNER JOIN),
DataAdapter creates an empty column for each table in the FROM clause and
calls them ID, ID1, ID2 and so on. Is this normal behaviour, what possible
purpose might it have and most importantly, how can I avoid it?
What database server are you using, and what does your stored procedure
look like?