C# SQL Data Adapter System.Data.StrongTypingException
Posted
by René
on Stack Overflow
See other posts from Stack Overflow
or by René
Published on 2010-04-23T08:40:29Z
Indexed on
2010/04/23
8:43 UTC
Read the original article
Hit count: 305
I get my data from SQL to Dataset with Fill. It's just one table with two columns (CategoryId (int) and CategoryName (varchar)).
When I look at my dataset after fill method, CategoryId Columns seems to be correct. But in the CategoryName I have a *System.Data.StrongTypingExceptio*n.
What could that mean?
Any Ideas?
© Stack Overflow or respective owner