I have a customised function for soundex in a module in Microsoft Access 2007.
It is declared public, in the same database as the table.
When i execute the query in Access, it works. But when i query it through PHP, it says
Undefined function ‘soundex’ in expression
Help me out.
I don’t think thats possible. Your JET driver providing access to the database through PHP does not know about your user defined function, so you can not call it.