Me.DataGrid2.SetDataBinding(Me.DataSet1, "Table1.Rel1")
Dim bmb As BindingManagerBase =
Me.DataGrid2.BindingContext(Me.DataGrid2.DataSource,
Me.DataGrid2.DataMember)
bmb.Current only returns the current Datarow from
Parenttable("Table1")
How can I get a Datarow from
a Childtable...
I'd like to set Relations with more than one Datacolumn
in my Dataset between Datatables.
dim Col as DataColumn()
Col = New DataColumn() {DataSet1.Tables(tvSel.Nodes(1).Text).Columns(0), DataSet1.Tables(tvSel.Nodes(1).Text).Columns(1)}
Static constructor of the Datacolumn-array is no problem...
Is it possible to add ADODB.Recordsets
(filled with flattened MDX-Query)
to a shaped Recordset
(opened with MSDataShape-Provider).
It seems to me that MSDataShape can only handle SQL.
Momentarily I fill a shaped Recordset manually with
ADOMDCellset but the performance is really bad.
Any idea...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.