Contents Index ULAuthStatusCode Properties

UltraLite for MobileVB User's Guide
  UltraLite for MobileVB API Reference

ULColumn class


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
SetNull method
SetToDefault method

Contents Index ULAuthStatusCode Properties