In this blog post, you’ll learn more about the Sybase Error The instantiation ‘%1’ does not match an overload (near ‘%2’). Available overloads are ‘%3’. and the reason for receiving this error
Sybase SQL Error Message
The instantiation ‘%1’ does not match an overload (near ‘%2’). Available overloads are ‘%3’.
Reason for this Error
When attempting to match a new specification, none of the defined constructor overloads was found to match the provided argument types. You may need to use CAST to select the appropriate call.