This topic is locked

error '80040e14'

8/20/2010 5:34:40 AM
ASPRunnerPro General questions
S
srlsir author

I am receiving the following error. Does anyone can help me to resolve it?

Thank you in advance.
THE ERROR IS:
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC SQL Server Driver][SQL Server]'ucase' is not a recognized built-in function name.
/menu/include/commonfunctions.asp, line 1346
----ASPRUNNER PRO 5.2 BUILD417----

A
ann 8/20/2010

Hi,
there is no ucase() function in the MSSQL, use UPPER() instead.