Re: User Defined functions

2004-10-14 Thread Philippe Poelvoorde
[EMAIL PROTECTED] wrote: Hi, How to call a user defined function. I am using C as the programming language. I write a small function in C. Created .dll. Then how to run it from mysql pompt?. How to call or use it?. will any one of you help me in this. Thanks, Narasimha I don't clearly

RE: user defined functions under windows

2002-09-18 Thread Chugh Shalini
I made UDFs in vC++ and loaded them on windows binary version of mysql.. They are working perfectly fine .I think you should specify these following arguments while defining a function e.g. double func_test(UDF_INIT *initid, UDF_ARGS *args, char *is_null, char *error) { re

RE: User defined functions

2002-09-05 Thread Chugh Shalini
the mysql again from the source distributed version and configure mysqld with -rdynamic ?? > -Original Message- > From: Lenz Grimmer [SMTP:[EMAIL PROTECTED]] > Sent: Friday, September 06, 2002 12:11 PM > To: Chugh Shalini > Cc: [EMAIL PROTECTED] > Subject

Re: User defined functions

2002-09-05 Thread Lenz Grimmer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday 06 September 2002 06:22, Chugh Shalini wrote: > Can my user defined functions work well if I have installed mysql from the > binary source?? It depends on which binary you mean. We try to link our binaries statically on platforms that sup

Re: User Defined Functions.

2001-11-27 Thread Andrew Schmidt
http://www.mysql.com/doc/A/d/Adding_UDF.html thanks, -- Andrew - Original Message - From: "Julio Faerman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 27, 2001 3:11 PM Subject: User Defined Functions. > Can i create my own functions with mysql ? > > > >