Using MS SQL 2000. I amended a field from nchar to ntext via enterprise manager and now the information will not display in a form field but does when writing directly to the page.
e.g.
This works
<% = rs("desc" %>
This shoots out blanks
<input name="desc" type="text" value="<%=rs("desc"%>">
So I created a new field called [desc2] and this worked ... but the next day the same thing is happening !
Any ideas people, 'cause I am stuck here big time ?
e.g.
This works
<% = rs("desc" %>
This shoots out blanks
<input name="desc" type="text" value="<%=rs("desc"%>">
So I created a new field called [desc2] and this worked ... but the next day the same thing is happening !
Any ideas people, 'cause I am stuck here big time ?