UltraLite ActiveX User's Guide
UltraLite ActiveX API Reference
The ULColumn object allows you to get and set values from a table in a database. Each column object represents a particular value in a table; the row is determined by the ULTable object.
A note on converting from UltraLite database types to Visual Basic types.UltraLite attempts to convert from the database column data type to the Visual Basic data type. If a conversion cannot be successfully done, then a ulSQLE_CONVERSION_ERROR is raised. |
For information about the table object, see ULTable class.
Properties
AppendByteChunk method
AppendStringChunk method
GetByteChunk method
GetStringChunk method
SetByteChunk method
SetToDefault method