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

User Defined functions

2004-10-14 Thread lakshmi.narasimharao
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 -Original Message-

Re: Experiment with MySQL User Defined Functions in Java

2003-12-20 Thread eric
On Sat, 2003-12-20 at 06:32, Marcelo Anelli wrote: > Eric, please can you indicate how to write & use an UDF in php? > David Sklar wrote it, I have not used it. http://www.sklar.com/page/section/projects Cheers, -- eric > Thanks > > eric wrote: > > If you hav

Re: Experiment with MySQL User Defined Functions in Java

2003-12-20 Thread Marcelo Anelli
Eric, please can you indicate how to write & use an UDF in php? Thanks eric wrote: > If you have a need for User Defined Functions in MySQL, now you can > write them in java. (As well as C++, perl, python, or php, of course.) > > If you think java UDFs might be handy, please try

Experiment with MySQL User Defined Functions in Java

2003-12-19 Thread eric
If you have a need for User Defined Functions in MySQL, now you can write them in java. (As well as C++, perl, python, or php, of course.) If you think java UDFs might be handy, please try it out and send some feed back my way. Please keep in mind that this is alpha code, so you probably don&#

Re: examples of user defined functions

2003-01-30 Thread Zak Greant
On Wed, Jan 29, 2003 at 09:22:50AM -0500, Bill Lovett wrote: > I was reading about user defined functions, and although they sound > interesting, I can't find many examples of their use. If anyone is using > them, what are you using them for? Are they a way to manipulate data > go

examples of user defined functions

2003-01-29 Thread Bill Lovett
I was reading about user defined functions, and although they sound interesting, I can't find many examples of their use. If anyone is using them, what are you using them for? Are they a way to manipulate data going into a record, or a way to run pre-defined queries?

RE: user defined functions under windows

2002-09-18 Thread Chugh Shalini
) { return 1.0; } now try this.. Rgds > -Original Message- > From: Paul Grimwood [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, September 18, 2002 10:45 PM > To: [EMAIL PROTECTED] > Subject: user defined functions under windows > > I am trying to create a user-defin

user defined functions under windows

2002-09-18 Thread Paul Grimwood
I am trying to create a user-defined function for mysql. I am using a windows binary version of mysql and visual c++ to compile the code. I have created a dummy function call func_test that just returns 1.0. I compile this within a win32 dll project and get a file called funcdll.dll. This is

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 platform

User defined functions

2002-09-05 Thread Chugh Shalini
Can my user defined functions work well if I have installed mysql from the binary source?? Filter sql, query, mysql - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com

Probem creating User Defined Functions

2002-09-05 Thread Chugh Shalini
Hi All! I have created a user defined function "exampleFun.c" and have complied it to "exampleFunc.so" code for compiling exampleFunc.c to exampleFunc.so is gcc -I/usr/local/mysql/include -L/usr/local/mysql/lib/ \ -c -fpic exampleFunc..c ld -b -dy -G -lmysqlclient -lc exampleFu

Mysql compress_gz()/uncompress_gz() user defined functions

2001-12-18 Thread Lester Hightower
After sending my earlier email regarding compress_gz()/uncompress_gz() in mysqld, I discovered user defined functions -- something I had never used in mysqld until today. So, I took a couple of hours and wrote a Mysql UDF to do what I requested: # gcc -shared -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME

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

User Defined Functions.

2001-11-27 Thread Julio Faerman
Can i create my own functions with mysql ? - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTE