User Defined Function

2004-02-04 Thread Bcskai Gerg
Dear all How can I make a user defined function (written in C/C++) what returns a row or rowset / result set (like show open tables) for example select udf(1,'par2') what returns C1 | C2 | C3 +--+- 1 | 2 | A 2 | 3 | B 3 | 4 | C Thanks Gerg -- MySQL General

Problem with User defined function

2003-10-20 Thread yhou4
Hi, everyone I am new to MYSQL. I got a question in using UDF. Each time I have modified my UDF function, the MySQL server restart itself automatically. I don't know if it should be like this or I must do something wrong. It happened like below: 1) I midify my UDF function and add it to the

Can we invoke user defined function made in java in MySQL

2002-08-22 Thread Chugh Shalini
Greetings! MySql documents specifies user defined function made in .dll/.so to be invoked in MySQL. Is there a way in which a function made in java be invoked in MySQL. Regards - Before posting

user defined function

2002-07-23 Thread David Evans
this message is about a user defined function i wrote, which is not working well. i don't know if this is the right list, if not, i apologize, could someone point me to the correct one? i have written a user defined function which translates an HTML entity representation of a letter

Win2k - User defined function - how?

2001-11-10 Thread Dean Attewell
I want to be able to define a user defined function in a Update query eg Update Table Set MyField=MyFunction(TestField1,TestField2); Where Myfunction tests 2 fields to return a result. I am after a quick solution Thanks Dean