Re: Error: "Got error 139 from storage engine"

2008-11-13 Thread Jesse
I was running the 'perror' command from the bash command line of a Linux system. That explains it. This is a Windows server, not Linux. A column of type text will allow a maximum of 65'535 characters being stored, but this could be less when a multibyte character set is used. Not using a mu

Re: Error: "Got error 139 from storage engine"

2008-11-05 Thread Thomas Spahni
On Tue, 4 Nov 2008, Jesse wrote: > > prompt> perror 139 > > MySQL error code 139: Too big row > > > > Seems you are exceeding some limit. > > Where did you run the "perror" command from? I tried to run that in the > MySQL command line utility and got an error? > > At any rate, the field in que

Re: Error: "Got error 139 from storage engine"

2008-11-04 Thread Jesse
prompt> perror 139 MySQL error code 139: Too big row Seems you are exceeding some limit. Where did you run the "perror" command from? I tried to run that in the MySQL command line utility and got an error? At any rate, the field in question is a Text field. My understanding is that the li

Re: Error: "Got error 139 from storage engine"

2008-11-03 Thread Thomas Spahni
On Mon, 3 Nov 2008, Jesse wrote: > I have an ASP.net web application running on a WS03 server using MySQL > 5.0.67-community-nt-log. > > I have a form that allows the customer to use a visual HTML editor to input > text that will appear on a web page. So, the text contains HTML tags. When > it

Error: "Got error 139 from storage engine"

2008-11-03 Thread Jesse
I have an ASP.net web application running on a WS03 server using MySQL 5.0.67-community-nt-log. I have a form that allows the customer to use a visual HTML editor to input text that will appear on a web page. So, the text contains HTML tags. When it tries to save the text to the table in the