SqlIsLongType Function | |
Helper function to determine if an ODBC type is Long (BLOB, MEMO etc)
Namespace:
VOSQLClasses
Assembly:
VOSQLClasses (in VOSQLClasses.dll) Version: 2.19
Syntax FUNCTION SqlIsLongType(
nODBCType AS LONG
) AS LOGIC
public static bool SqlIsLongType(
int nODBCType
)
Request Example
View SourceParameters
- nODBCType
- Type: Long
Return Value
Type:
LogicSee Also