Re: longtext fields in a row

2015-04-02 Thread Trianon 33
All, Unfortunatelu this didn't do the trick. I changed (with PHPMYADMIN) all fields from LONGTEXT to TEXT, all other parameters furthermore unchanged. Ran the same procedure again, but stopped updating the row at exact the same spot. How come? No idea. What I'm trying to achiev is this: I

Re: longtext fields in a row

2015-04-01 Thread shawn l.green
dnesday, April 1, 2015, Trianon 33 wrote: Hello, I'm fiddling wit a table where I put in a date field (datetime, also key) and some integer fields (8 of them mostly 14 long) and some longtext fields (16 of them). The longtext fields are filled with some statistics I generate complete with HTML

Re: longtext fields in a row

2015-04-01 Thread Andrew Wallace
he HTML code somewhere else, perhaps in a different table. On Wednesday, April 1, 2015, Trianon 33 wrote: Hello, I'm fiddling wit a table where I put in a date field (datetime, also key) and some integer fields (8 of them mostly 14 long) and some longtext fields (16 of them). The longtext

Re: longtext fields in a row

2015-04-01 Thread Trianon 33
mostly 14 long) and some longtext fields (16 of them). The longtext fields are filled with some statistics I generate complete with HTML around, something like this: 12.925.965 but than bigger, but mostly smaller than 1 Mb. This row is initially created by filling the first 10 fields

Re: longtext fields in a row

2015-04-01 Thread Andrew Mueller
datetime, also key) > and some integer fields (8 of them mostly 14 long) and some longtext fields > (16 of them). > > The longtext fields are filled with some statistics I generate complete > with HTML around, something like this: 12.925.965 but than bigger, > but mostly sm

longtext fields in a row

2015-04-01 Thread Trianon 33
Hello, I'm fiddling wit a table where I put in a date field (datetime, also key) and some integer fields (8 of them mostly 14 long) and some longtext fields (16 of them). The longtext fields are filled with some statistics I generate complete with HTML around, something like

Re: Search in Longtext fields

2004-04-17 Thread Egor Egorov
"Ronan Lucio" <[EMAIL PROTECTED]> wrote: > > Is it possible to make a search for a word in a longtext column > from a InnoDB database? > Yes. Look at: http://dev.mysql.com/doc/mysql/en/Pattern_matching.html -- For technical support contracts, goto https://order.mysql.com/?ref=ensita

Search in Longtext fields

2004-04-16 Thread Ronan Lucio
Hi, Is it possible to make a search for a word in a longtext column from a InnoDB database? Thanks, Ronan -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Longtext Fields

2004-01-11 Thread Ian O'Rourke
Is there something about longtext fields I'm missing? When I return my longtext field (the Content column of a table containing articles - it contains HTML) and place it in a TextArea on the HTML form it always has the first so many characters missing. If I continually edit the article repea