DatabaseColumnType()
Syntax
Result = DatabaseColumnType(Column)Description
Return the type of the specified column in the current database. If the result is 0, the type is undefined or the command has failed (impossible to retrieve the type)
Type values can be:
1: Numeric format: Long (.l) under PureBasic
2: String format: String (.s) under PureBasic
3: Numeric float format: Float (.f) under PureBasic
Supported OS
Windows, Linux, MacOS X