English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I am trying the following code it display nothing can anyone tell me whats wrong with it.

response.write "" & vbcrlf

If I remove "/>" then it works.

Thanks in advance

2007-03-14 13:18:15 · 4 answers · asked by Anonymous in Computers & Internet Programming & Design

set Rs= rtnRecordset("Select Name,Email from UserDetails", Con)
with Rs
Do While NOT .EOF
response.write "" & vbcrlf"
.MoveNext Loop
if .state<>0 then .close
End With
set Rs=Nothing
This is the complete code when I remove "/>" it display the results fine but when I add "/>" then it display blank page.

2007-03-14 13:29:30 · update #1

Microsoft VBScript compilation error '800a03ee'

Expected ')'

/testxml.asp, line 15
Getting this error with bill4351's answer

2007-03-14 13:41:32 · update #2

4 answers

try

Response.write("response.write """" & vbcrlf" & vbNewline)

2007-03-14 13:32:13 · answer #1 · answered by bill45310252 5 · 0 0

Are you useful that there is not any longer case/blanks concerns right here? sq. does a precise experience on an = evaluation, so any alterations in top/decrease case or optimum/trailing areas can forestall a experience. you may attempt and do away with such issues by way of utilising despite geared up-in applications your RDBMS has to rigidity each thing to top or decrease and strip optimum/trailing areas from the two your text textile container and database column value while comparing.

2016-10-02 03:30:47 · answer #2 · answered by ? 4 · 0 0

i think the /> is in the wrong place, try putting it after the vbcrif. Also I think the " should only be after the = exp:

2007-03-14 13:24:23 · answer #3 · answered by chickfromthelotuspod 3 · 0 0

I don't see anything really wrong with it... what is it for? More information is needed, though. It looks okay, just ot the best coding I've seen....

2007-03-14 13:23:00 · answer #4 · answered by Grim.Artist 1 · 0 0

fedest.com, questions and answers