|
Some Errors and Possible Causes |
|
|
Specific Cast is not valid |
The system didn't understand the text that was typed in (usually related to
dates because of the format switching we do, if filtering using the calendar
helps) |
|
Index is outside the bounds of the array |
Usually in a file and there is usually an extra column on one of the rows or
blank rows at the end of the file |
|
Line cannot be parsed using the current delimiter |
Usually in a file and there is usually an extra column on one of the rows or
blank rows at the end of the file |
|
Incorrect syntax near (?) |
Usually a single quote (') in the entered text (we trap most of these out when
we see them) |
|
|
|
|
|
|