UDFs in Windows 2000

2002-09-03 Thread Willemann, Philip

Hi Everyone:

Can UDFs be written for Microsoft 2000?  Many of the posts I read on the
newsgroups contradict each other.  It seems that support was added by a
patch from Ralph Mason, but I can not be sure.

I am using 3.23.52 and VC6.   I was able to make a dll of the udf I wanted
to add.  I assumed a DLL was the same as the .SO file, however I am not sure
how to set the rdynamic flag.  I start mysqld and attempt to add my function
but I get an error 1126 which means can't open shared library
'udfnotify.dll' (errno 0)'

I looked up error 1126 and at least for the unix versions it tells me I need
to set -rdynamic.  I have not been able to find any refererence to Windows.

Thanks for any help you can give.

-
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 PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Table update notification - Observer Pattern

2002-08-27 Thread Willemann, Philip

Hi:

If my MySQL server updates a table, does the ability exist to inform a
client or clients (observers) that a table has changed.  I do not want to
replicate the data, I just want to know the name or names of the tables that
have been updated.

Thank you 

Phil Willemann

-
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 PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php