Urgent-UDF problem

2001-02-12 Thread Thomas Kaester(global)
Hello Sinisa and everybody else, sorry that I contact you directly! But I tried all suggestions and it still doesn't work! The UDF return string has always 256 characters! I've used my_malloc and my_free! Also I allocated the necessary memory in xxx_init()! But it doesn't work! What can I do? Who

UDF Problem

2001-02-12 Thread Thomas Kaester(global)
Hello everybody, I have a big UDF problem and I hope that anybody can help me! In details: I have developed an UDF which returns a string which is longer than 256 characters! But the function only returns the first 256 characters and not the whole string. I checked the UDF_INIT struct but the n

Problems with text fields

2001-02-11 Thread Thomas Kaester(global)
Hello everybody, ich have a few problems with text fields. I want to get the text data of a mysql text field. The saved texts are longer than 256 characters. But if I use a select statement mysql returns only 256 characters! Do anybody know why and what I have to do? Greetings Tom