
July 21st, 2000, 08:33 PM
|
|
Junior Member
|
|
Join Date: Jul 2000
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
I have a database set up and everything is working fine except for one thing. I made a column in a table that uses the mediumtext datatype. I can enter info into the database through a web page using the <textarea> tag, but its only filing 10 characters of the text. Its not the code on the web page. I tested that a bunch of times and it has worked before (except is was on MS SQL). I tried blob, medium blob, etc. They all do the same thing. Has anyone ever encountered this type of problem?
I'm using Colf Fusion for the middle ware to add, update and delete data.
Column looks like this:
info mediumtext not null
Thanks in advance!
|