I am running a mysql query in mysql editor:

select RegExCapture('sdfdj250043', '[a-zA-Z]{2}[0-9]{6}' );

Getting error: Function doesnot exist

Trying to register the dll in mysql:

CREATE FUNCTION RegExCapture1 RETURNS STRING SONAME 'RegExCapture.dll';
Getting error:SQL error(1126): Can't open shared library 'RegExCapture.dll'(errno:0)

Can anybody help, where I am missing.
Thanks in advance.

Recommended Answers

All 2 Replies

Thanks. But I am using the same procedure, but getting the errors mentioned in the post. :(

Getting error : SQL error(1126): Can't open shared library 'RegExCapture.dll'(errno:0)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.