TeaAddictedGeek
Programmer
I have this string that's being produced from a query. It's a string of a single name, or a comma-delimited list of a few names. It's usually not more than two names given by this variable.<br><br>I am comparing this string to another string, but the ASP claims even when they are identical, they are different. I have a ListFind function written for ASP that I am using so I am also able to find individual names within the string (no there is nothing wrong with this function; we've used it for years).<br><br>The problem is this: there is something wrong with this variable and for the life of me I can't figure out what. If I place it into another query to be analyzed, the query spits out an error that goes something like this: "Either BOF or EOF is true, et cetera" If I compare the string with an identical string, say this variable reads "Joe Smith" and I compare it with another string called "Joe Smith." ASP reads these two string as not being identical!<br><br>Please help. I'm at my wits end. I've tried everything, and no one can help me. I've done a TypeName on this variable from the query, and it's no different than any of the other strings. I can't figure out what's wrong.<br><br><br>Thanks!