|
|
|
|
|
| | |
|
Active Server Pages help tutorial how to ASP Help ASP Tutorials ASP Programming ASP Code - ASP Free CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
string variable refuses to be read properly! please help |
From: |
Andrea |
Date: |
4/3/2000 10:52:50 AM |
IP: |
216.238.2.58 |
I have this string thats being produced from a query. Its a string of a single name, or a comma-delimited list of a few names. Its usually not more than two names given by this variable.
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; weve used it for years).
The problem is this: there is something wrong with this variable and for the life of me I cant 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!
Please help. Im at my wits end. Ive tried everything, and no one can help me. Ive done a TypeName on this variable from the query, and its no different than any of the other strings. I cant figure out whats wrong. Ive also done a cstr on both variables and it still wont read them properly.
Thanks!
|
Follow Up - Re: string variable refuses to be read properly! please help - Shailesh Lolam 4/8/2000 8:12:21 AM
|
|

|
|
|
|
|
|
|
|
|
|