K
Kamil
Hi
I'm trying to write strongly typed dataset.
Ma DB has Tables with more then 100 columns each.
Creating DataAdapter, DataSet and DataAdapter Commands by
wizard fails. Doing it manually is not pleaserfull.
I've discovered that when number of columns in table
exceedes 100 Then DataAdapter fails on creating Insert,
Update, Delete, Commands.
Why is it happening? Can I avoid it somehow
I'll add that I'm using C# and Access 2002.
Thanks for help
Kamil
I'm trying to write strongly typed dataset.
Ma DB has Tables with more then 100 columns each.
Creating DataAdapter, DataSet and DataAdapter Commands by
wizard fails. Doing it manually is not pleaserfull.
I've discovered that when number of columns in table
exceedes 100 Then DataAdapter fails on creating Insert,
Update, Delete, Commands.
Why is it happening? Can I avoid it somehow
I'll add that I'm using C# and Access 2002.
Thanks for help
Kamil