S
Sam
Hi,
I have this error message with the following code :
m_dsSysInfo = New DataSet
Dim dt As DataTable = m_fields.GetAllTables()
m_dsSysInfo.Tables.Add(dt)
Why??? GetAllTables return a single datatable, so it should work ?!
Thx
I have this error message with the following code :
m_dsSysInfo = New DataSet
Dim dt As DataTable = m_fields.GetAllTables()
m_dsSysInfo.Tables.Add(dt)
Why??? GetAllTables return a single datatable, so it should work ?!
Thx