DataTable.Select()
.NET (Core and Framework)
1
Posts
1
Posters
0
Views
1
Watching
-
I need a help about this. I've made a program to import csv files. Sometimes I caught this error message "must be less than or equal to max (-1)", I've been search at google and I found some messages saying about DataTable.Select(), something about that. But I don't know why this error happens, if is the number of parameters or lenght of my csv files. The really problem is that error never happens at development time.