Hey,
With the following line of code, the result of the field("ENBODY" is Null, while I am sure that in my table this field is not empty at all:
dim bdy
bdy = rs.fields("ENBODY"
bdy = replace(bdy, Chr(10),"<BR>"
bdy = replace(bdy,chr(17),"'"
response.write bdy
when i try the exact same thing with another field("body_fr" everything works fine... what can be wrong here?
With the following line of code, the result of the field("ENBODY" is Null, while I am sure that in my table this field is not empty at all:
dim bdy
bdy = rs.fields("ENBODY"
bdy = replace(bdy, Chr(10),"<BR>"
bdy = replace(bdy,chr(17),"'"
response.write bdy
when i try the exact same thing with another field("body_fr" everything works fine... what can be wrong here?