Closed
Description
Dim oFilesToProcessDataTable As New DataTable
Dim oMySqlCommand As New MySqlCommand
oFilesToProcessDataTable.Load(oMySqlCommand.ExecuteReader)
The above tosses an "command not implemented" or something very similar to that, I forgot :(
If this isn't supported is their another easy way to populate a DataTable with this connector?