While trying to import a table from MS Access to MySql, I lost some data going from a text field (255 chars max) to an MsSql text field. I searched in vain thru the online doc to find info on data types for MySql.
Can anyone tell me the char limits for MySql text, medium text, long text, BLOB, etc. ? And why all these different data types when MS Access needs only two: text and Memo?
Thanks.