Strict Standards: Resource ID#26 used as offset, casting to integer (26) in /home/tvoyweb/domains/tvoyweb.ru/public_html/forums/include/fm.class.php on line 401

Strict Standards: Resource ID#28 used as offset, casting to integer (28) in /home/tvoyweb/domains/tvoyweb.ru/public_html/forums/include/fm.class.php on line 401

Strict Standards: Resource ID#29 used as offset, casting to integer (29) in /home/tvoyweb/domains/tvoyweb.ru/public_html/forums/include/fm.class.php on line 401
ТвойWeb :: Версия для печати :: База данных
ТвойWeb » WebMaster класс » PHP/Perl » База данных

Страниц (1): [1]
 

1. Vladimir - 18 Сентября, 2009 - 07:40:05 - перейти к сообщению
Переменная text может содержать от 0 до 65535 символов.
На что её можно заменить, чтобы был больший объём?

Статью одну нашёл http://www.webdocs.ru/content-142.html

CODE:
CREATE TABLE `info` (
`id` int(11) NOT NULL auto_increment,
`title` varchar(255) NOT NULL,
`text` text NOT NULL,
`name` varchar(255) NOT NULL,
`email` varchar(255) NOT NULL,
`ip` varchar(255) NOT NULL,
`date` date NOT NULL,
`vote` int(11) NOT NULL,
`p1` int(11) NOT NULL,
`p2` int(11) NOT NULL,
`p3` int(11) NOT NULL,
`p4` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=cp1251 AUTO_INCREMENT=1 ;
2. Furax - 18 Сентября, 2009 - 09:51:21 - перейти к сообщению
longtext.
3. Vladimir - 19 Сентября, 2009 - 13:45:34 - перейти к сообщению
Понятно. Спасибо.

Форум на AlfaSpace.NET


Powered by ExBB
ExBB FM 1.0 RC1 by TvoyWeb.ru
InvisionExBB Style converted by Markus®

[Script Execution time: 0.0308]     [ Gzipped ]