Reha Yildirimman wrote:
> Hi all,
> 
> I would like to modify a property inside the extended-properties.xml file, 
> changing it from string[255] to text - I need more than 255 characters for 
> one property.
> While running the updatedb.sh script I get an error stating that the only 
> possible types are "int long float double boolean string date".
> 
> Can I get around this problem ? I altered the property directly in mysql 
> but still get an error message when importing ne reporters via BASE 
> stating the value can't be longer than 255 chars, even though the property 
> was altered to "text" inside MySQL...
> 
> Any help would be great.

You can add a length="xxx" attribute. Any number greater than 255 will 
create a text column in MySQL. Make sure the number is larger than the 
largest string you want to insert. For example: length="65535"

/Nicklas


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
The BASE general discussion mailing list
basedb-users@lists.sourceforge.net
unsubscribe: send a mail with subject "unsubscribe" to
[EMAIL PROTECTED]

Reply via email to