Dear Erel,
I am facing a very intriguing situation. I am passing a string parameter using the poststring method of the HTTPJOB object. I am passing a string "Endo motor". This string is compared with a field in an MDB file. The content of the field is also a string. When I compare with a record having a string "Endo motor" it gives a false. I am not able to do any comparison. I have checked the two strings, displayed them in my app, checked the length. All are the same. But in my ASP File the statement 'if mthread = rs("thread") then' returns a false. Does the parameter passed by the poststring method have some hidden characters which make the comparison return a false? I have an APP all completed except for this comparison which has had me stuck for over a couple of days. Would be great if you could shed some light.
Ajay
I am facing a very intriguing situation. I am passing a string parameter using the poststring method of the HTTPJOB object. I am passing a string "Endo motor". This string is compared with a field in an MDB file. The content of the field is also a string. When I compare with a record having a string "Endo motor" it gives a false. I am not able to do any comparison. I have checked the two strings, displayed them in my app, checked the length. All are the same. But in my ASP File the statement 'if mthread = rs("thread") then' returns a false. Does the parameter passed by the poststring method have some hidden characters which make the comparison return a false? I have an APP all completed except for this comparison which has had me stuck for over a couple of days. Would be great if you could shed some light.
Ajay