Low cost ecommerce web development India flash website design

The Field Object

Although we've been talking of Recordset objects as tables, that's just a

convenient mental model. Recordset objects actually consist of a twodimensional

array of Field objects. In the ADO object model, Field objects

contain the data. Therefore, each Field object has a type, a size, and a value. A

Field object also has properties for the numeric scale of its value, the original

value, the underlying value (in the database), the defined size, the actual size,

and the precision, as well as a list of other attributes. Most of the time you

will not need to deal with the Field object properties and methods, but its

useful to study them in case you do need them.

freelance web designer India web development

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73