Error 1337

"Method invocation '%1' does not match an overload (near '%2'). Available overloads are '%3'."

Item Description

SQLCode

-1337L

Constant

METHOD_NO_OVERLOAD

SQLState

42X02

ODBC 2 State

S0002

ODBC 3 State

42S02

Sybase Error Code

3017

Severity Code

11

Parameter 1

The method name and data types used in the method invocation.

Parameter 2

The invalid expression.

Parameter 3

The available method overloads.

Probable cause

When attempting to match a method invocation, none of the defined overloads was found to match the provided argument types. You may need to use CAST to select the appropriate call.


Created November 10, 2011. Send feedback on this help topic to Sybase Technical Publications: pubs@sybase.com