asp_databases thread: SV: RE: Only first word from database value is displa yed
Thanks Aftab....
Hakan
-----Ursprungligt meddelande-----
Fr=E5n: Aftab Ahmad [mailto:aftab.ahmad@k...]
Skickat: den 27 juni 2002 11:11
Till: ASP Databases
=C4mne: [asp_databases] RE: Only first word from database value is
displa
yed
Put "" around value in input tag like
<input type=3D"text" name=3D"name" value=3D"<%=3D objRS("fieldname")
%>">
Aftab Ahmad
-----Original Message-----
From: H=E5kan Frennesson [mailto:hakan@c...]
Sent: 27. juni 2002 10:54
To: ASP Databases
Subject: [asp_databases] Only first word from database value is
displayed
Hi!
I know I have seen the answer to this problem, but can not find it at
the
moment. When displaying database value in a form field only first word
is
displayed no matter how long it is. The data type is text and it is an
Access database. I know there is a problem if one does not place a memo
field last in an SQL expression, but what about this? It seem to occur
randomly from one computer to another. MDAC drivers maybe....??
Hope you can help me out...
Hakan