This topic is locked

Field too small ???

4/18/2008 10:31:01 AM
ASPRunnerPro General questions
D
dunga author

hi, I have a field in my DB that supposed to display a hyperlinked google map to the location.
my field is setup as TEXT in mdb,

and HTML in the LIST page

edit as text area height 600,width 500
however when I paste the HTMl code I get erroro saying
field to small, try po paste less data
but this is the data I am posting:it is not big??isn't it?

it does dysplay while editing, but it is not saved.

<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&amp;hl=en&amp;geocode=15187151995791514207,45.086501,-79.299801&amp;q=High+Falls+%4045.086501,+-79.299801&amp;jsv=107&amp;ie=UTF8&amp;z=14&amp;iwloc=addr&amp;ll=45.093883,-79.295626&amp;output=embed&amp;s=AARTsJrpqpd-N3uH9mD5ODHAzxdfJ5rvBw"></iframe><br /><small><a href="http://maps.google.com/maps?f=q&amp;hl=en&amp;geocode=15187151995791514207,45.086501,-79.299801&amp;q=High+Falls+%4045.086501,+-79.299801&amp;jsv=107&amp;ie=UTF8&amp;z=14&amp;iwloc=addr&amp;ll=45.093883,-79.295626&amp;source=embed"; style="color:#0000FF;text-align:left">View Larger Map</a></small>

D
dunga author 4/18/2008

INTERESTING:

I have changed the mdb setting to "memo" from initial "text", and it worked.
but I was under impression that we always had to set the mdb fields in access to "text" and then "work" their settings in ASP runner.
but this issue is solved a the moment.

thank you.

Sergey Kornilov admin 4/18/2008

Text field in MS Access won't accept more than 255 characters.