Cytat
blob to typ danych binarnych, a text to pole tekstowe (do 64 kb)
Dzięki

.
Cytat
ale na przyszlosc takie elementarne rzeczy wyszukuj i wyczytuj sam
Ok, ok. Zapytałem tylko tak instynktownie

. Zawsze używałem pola text, a tu kolega nagle pisze, że blob jest pojemniejszy.
Update: Szybko wlazłem do manuala i co widzę?
Cytat
TINYBLOB, TINYTEXT --- L+1 bytes, where L < 2^8
BLOB, TEXT --- L+2 bytes, where L < 2^16
MEDIUMBLOB, MEDIUMTEXT --- L+3 bytes, where L < 2^24
LONGBLOB, LONGTEXT --- L+4 bytes, where L < 2^32
Z czego wywnioskowałem, że jednak pola blob i text są ograniczone! Parę rozdziałów dalej jednak czytam:
Cytat
The maximum size of a BLOB or TEXT object is determined by its type, but the largest value you can actually transmit between the client and server is determined by the amount of available memory and the size of the communications buffers.
To jak to jest?! Bo już głupieję...