A list of products available on this site
Documentation for XtraMania's xtras
Prices and links to the online store
Xtras, PDFs, samples
Have a question? Ask us!
Contacts
Logo. www.xtramaina.com  
Home Search E-mail
ADOxtra Reference/Field object

ADOxtra for Macromedia Director

Properties provided by ADOxtra wrapper object for ADODB.Field

Field object represents a column of data with a common data type.
Each Field object corresponds to a column in the Recordset. You use the Value property of Field objects to set or return data for the current record.

With Field object properties you can do the following:

Return the name of a field with the Name property.

View or change the data in the field with the Value property.

Return the basic characteristics of a field with the Type, Precision, and NumericScale properties.

Return the declared size of a field with the DefinedSize property.

Return the actual size of the data in a given field with the ActualSize property.

If the provider supports batch updates, you may resolve discrepancies in field values during batch updating with the OriginalValue and UnderlyingValue properties.

Site homeSearchContact author © Eugene Shoustrov. www.xtramania.com