noparadigm

Results 3 comments of noparadigm

Hi, Please adjust the code below and retest: Change: while (reader.Read()) { Console.WriteLine(reader.GetString(0)); } To: dbdataTable = new DataTable(); dbdataTable.Load(reader);

I would suggest better handling of big numbers and displaying the column which contains the error would be helpful .

Using VS2022 performed a git checkin and reported conflict, when I click on the merge editor in VS 2022 the incoming file is empty.