P
Peter
I am testing my fledgling attempt at using a typed dataset instead of the
usual untyped ones I use. Everything seemed to be going so well (and so
easy!), but then when I tried to create a new row, using
Dim MyRow as New Project.TypedDataSet.RowType(),
it told me the constructor needs a parameter "rb" of type DataRowBuilder.
What the heck is that? Why do I need it?
usual untyped ones I use. Everything seemed to be going so well (and so
easy!), but then when I tried to create a new row, using
Dim MyRow as New Project.TypedDataSet.RowType(),
it told me the constructor needs a parameter "rb" of type DataRowBuilder.
What the heck is that? Why do I need it?