PDA

View Full Version : problem with entering row data


h4x0r
10-08-2002, 05:43 AM
ok, I was inputting data into a row in one of my tables and I got about 250 characters into what I was typing and then it wouldn't let me type anymore. I just started using mysql and was wondering what parameter I need to set for my rows so that they can hold unlimitted information? thnx

Spookster
10-08-2002, 06:30 AM
You need to provide more information than that. MySQL doesn't have a GUI built into it. Yes certain datatypes will hold more than others but an error of that nature will only occur when the record is inserted.

h4x0r
10-08-2002, 04:31 PM
I already solved my problem. thnx anyways