| List: | MySQL and Perl | « Previous MessageNext Message » | |
| From: | Jochen Wiedmann | Date: | December 14 2000 8:37am |
| Subject: | Re: varchar columns | ||
| View as plain text | |||
Hi Roman Melihhov wrote: > Shouldn't varchar on mysql work as text on mSQL, or I'm wrong and should > set maximum expected value for text field, say holding file name. No, there is a difference. MySQL's varchar is close to the ANSI type of the same name. In mSQL terms its the same as char. What you want is probably the "medium blob" or something like that. Bye, Jochen
| Thread | ||
|---|---|---|
| • varchar columns | Roman Melihhov | 13 Dec |
| • Re: varchar columns | Jochen Wiedmann | 14 Dec |
