I\'m attempting to fill a DataTable with results pulled from a MySQL database, however the DataTable, although it is initialised, doesn\'t populate. I wanted to use this Dat
Debug your application and see if your sql statement/ connection string is correct and returns some value, also verify if your application is not throwing any exception.