Still using TEXT in the MySQL database but using <field name="bignote" fieldType="char" size="65535"/> in the dbforms-config.xml seems to work indeed. Thanks for the help!
Wim > -----Oorspronkelijk bericht----- > Van: Dirk Kraemer [mailto:kraemer@;rz.uni-kiel.de] > Verzonden: donderdag 24 oktober 2002 13:05 > Aan: Wim VAN ACKER; dbforms-interest mailing list > Onderwerp: Re: [dbforms] supported database/field/types ? > > > Hi Wim! > > > Hope I haven't overlooked it in the documentation, but is > was wondering > > where I can find a list of supported fieldtypes for the supported > > databases. For example I tried to use the TEXT type in a > MySQL database > > and it wouldn't work. I have used a recent CVS checkout. > > It should work. Try to check 'use standard type names' within > devgui or declare it manually as varchar(60000) (or similar) > within dbforms-config.xml. > > If that does not help, please report more details. > > Regards > > Dirk > ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ DbForms Mailing List http://www.wap-force.net/dbforms
