Got the following compile error while trying to pull the output of the Data Table into a For Loop:
“Compiler error(s) encountered processing expression “dt”.
Option Strict On disallows implicit conversions from ‘System.Data.DataTable’ to ‘System.Collections.IEnumerable’.”
Can someone please help in fixing this? Thanks!