supportsConvert( fromType, toType)

Previous Next

Returns true if CONVERT is supported between the SQL types passed as parameters. Returns false otherwise.

Syntax

supportsConvert( int fromType, int toType )

 

Parameters

fromType

The type to be converted from.

toType

The type to be converted to.