On Saturday, 14. January 2012 12.56:59 IvankoB for-mse wrote: > VARCHAR > ============================ > It assumes limited string length.
VARCHAR(100) probably is big enough for a table name field, no? For Sqlite3 you can even use VARCHAR(10000), MSEgui has no problems with big VARCHAR fields because it uses variable length strings in record buffer. > And the TEXT type name best describes the nature if textual data. What > do You type ? Text ! Where to store it ? In text fields ! > TEXT = blob = stream instead of simple string. Anyway, it is your choice. Martin ------------------------------------------------------------------------------ RSA(R) Conference 2012 Mar 27 - Feb 2 Save $400 by Jan. 27 Register now! http://p.sf.net/sfu/rsa-sfdev2dev2 _______________________________________________ mseide-msegui-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

