B
Bill
My import blows up with the totally unhelpful message "Search Key Not
Found In Any Record." After many hours of testing, reading and
Internet searching, it seems this message has all kinds of causes
(none of which help me).
Apparently Microsoft has been letting lazy programmers dump out with
this meaningles error message for years and years, release after
release. That really ticks me off. The programmer knows why his code
detected an error. At the very least they could at least give you a
record number.
I've written a C program to scan my file and validate each and every
field with no errors found. Every record is all text, tab delimited,
in quotes, no null fields, no missing tabs, no leading blanks. I'm up
against a stone wall.
What can I do next?
Found In Any Record." After many hours of testing, reading and
Internet searching, it seems this message has all kinds of causes
(none of which help me).
Apparently Microsoft has been letting lazy programmers dump out with
this meaningles error message for years and years, release after
release. That really ticks me off. The programmer knows why his code
detected an error. At the very least they could at least give you a
record number.
I've written a C program to scan my file and validate each and every
field with no errors found. Every record is all text, tab delimited,
in quotes, no null fields, no missing tabs, no leading blanks. I'm up
against a stone wall.
What can I do next?