Experience in C++, C#, Java and Process : Living in Montreal

* What is my technical experience as a software developer

* What I have learned in the software business

* Where I am heading to in my career

* How to process in a project

Sunday, May 15, 2005

DataSet Form Problems ( As always)

- When I used the Data Set Form Wizard in VS.NET 2003 to generate a dataset form, I got the error: "there were errors configuring the data adapter". My god, it happens again. I spent 1 hour to repeat the whole procedure and I spent 3o minutes on Internet to find out how other people say about it.

Finally I recalled the problem happend before:

- If a column name in the Access database is special (I am not clear how special it could be), it will have this problem.
So I check the column name, find one is called Symbol, which looks special. I changed it to ProductSymbol, Great! the dataset form wizard worked.

1 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home