[Opensource] set and enum data types

Michael Rimov rimovm at centercomp.com
Fri Aug 16 16:31:29 PDT 2002


At 05:22 PM 8/9/2002 -0300, you wrote:

>      Hello.
>
>      We are using the mySQL in our application. In some of our tables is
>really necessary to use the types "set" and "enum", but they seem not to
>work with expresso. Is this really true? I've search the list for some
>answer or help but I haven't found none... :~~


Carlos,

Expresso by and large, doesn't directory support DatabaseSpecific types 
because of the compatability problems that can crop up. [Remember that 
Expresso-based apps are designed to work cross db].

However you can always grab a DBConnection yourself and execute custom SQL 
to utilitize those fields.  You can then use virtual fields and overrides 
of add/update/etc to get it to work properly with a DBObject object.

HTH!
                                                 -Mike




More information about the Opensource mailing list