I'm having problems accessing my tables' columns using the "Data adapter configuration wizard" in Visual Studio 2003. It is connected to an MS SQL 2005 database. When I add the table I want to use, I get the option to select the '* (all columns)' only, not the individual columns that exist in the table.
As you can see from the last picture, I can access the table and see all the columns through Server Explorer but somehow it doesn't work using the configuration wizard.
Can anybody please assist with this?
Thanks!
csharp.net
I found a solution:
Tried using Visual Studio 2005 instead, and found that this could actually "see" all the columns in the table - so I used it to generate the sproc's and then opened Visual Studio 2003 again, and told the configuration wizard to "Use existing stored procedures" that VS2005 generated.