Click to See Complete Forum and Search --> : inserting into a caharacter field with textarea....


Allen Nichols
03-23-2000, 12:51 PM
I am having trouble inserting into a character field from an asp page when
the form sends the data from a textarea html form field. Any idea why this
might be happening? Any help would be greatly appreciated.

Sylvain Bujold
03-24-2000, 12:26 PM
"Allen Nichols" <anichols@navestar.com> wrote:
>
>I am having trouble inserting into a character field from an asp page when
>the form sends the data from a textarea html form field. Any idea why this
>might be happening? Any help would be greatly appreciated.

I never used asp but I used web connection and I don't think there is a difference.
I can't tell you why this is happening because I always used a memo field
when data came from a textarea and I never had any problems.

Sylvain Bujold

Perry Forman
03-24-2000, 07:20 PM
I insert from textareas to DBFs no problem. Whats more of a description of
your error?

PF

"Allen Nichols" <anichols@navestar.com> wrote:
>
>I am having trouble inserting into a character field from an asp page when
>the form sends the data from a textarea html form field. Any idea why this
>might be happening? Any help would be greatly appreciated.