Hi,
I am using ASP to retrieve data from an Oracle database and printing the results in a textbox. However when the data I am retrieving is longer than 1 word only the first word is printed.
an example might explain a bit better!
<td>Address:</td>
<td><input type="text" value=<%=rs4.fields("address"%> name="address"></td>
The value I am retrieving from the database is for example:
"North Main Street"
but all that is being displayed in the textbox on the browser is "North"
Does anyone have any idea why this may be? Is there some way that I can fix it.
thanks
I am using ASP to retrieve data from an Oracle database and printing the results in a textbox. However when the data I am retrieving is longer than 1 word only the first word is printed.
an example might explain a bit better!
<td>Address:</td>
<td><input type="text" value=<%=rs4.fields("address"%> name="address"></td>
The value I am retrieving from the database is for example:
"North Main Street"
but all that is being displayed in the textbox on the browser is "North"
Does anyone have any idea why this may be? Is there some way that I can fix it.
thanks