DataSource via ADO.Net environment
Posted: Thu Nov 13, 2008 11:00 am
Hi.
I use ActiveX (v. in the VB.NET 2003 environment.
The following code worked fine in the evaluation version, but in the PRO version I receive the error message while assignind the DataSource.
Dim StrCom As String = "SELECT * FROM tblYearVolumes"
daVolumes = New OleDbDataAdapter(StrCom, TestConn)
daVolumes.Fill(MasterDataSet, "tblYearVolumes")
tbl = MasterDataSet.Tables("tblYearVolumes")
Me.GraphCoded.Series(0).DataSource = tbl
Could you help me?
Thanks in advance.
Nina.
I use ActiveX (v. in the VB.NET 2003 environment.
The following code worked fine in the evaluation version, but in the PRO version I receive the error message while assignind the DataSource.
Dim StrCom As String = "SELECT * FROM tblYearVolumes"
daVolumes = New OleDbDataAdapter(StrCom, TestConn)
daVolumes.Fill(MasterDataSet, "tblYearVolumes")
tbl = MasterDataSet.Tables("tblYearVolumes")
Me.GraphCoded.Series(0).DataSource = tbl
Could you help me?
Thanks in advance.
Nina.