Q: SQLDataAdapter fails

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
While creating SQLDataAdapter, when I select all the fields in the table,
wizard gives me error by saying generate SELECT statement failed, when I
select only e few fields it works fine. What is problem?
Thanks,
Jim.
 
Don't use the wizard. It has bugs, and it makes everything appear to be
magic - you don't learn anything.
 
I noticed that once specific field is the problem. It is nvarchar field and
when I exclude it, it works fine. Does anyone else have any other suggestion?
 
Back
Top