Indicates the defined size of a Field object.
Returns a Long value that reflects the defined size of a field as a number of bytes.
Use the DefinedSize property to determine the data capacity of a Field object.
The DefinedSize and ActualSize properties are different as shown in the following example: a Field object with a declared type of adChar and a maximum length of 50 characters returns a DefinedSize property value of 50, but the ActualSize property value it returns is the length of the data stored in the field for the current record up to 50.
file: /Techref/language/asp/comp/daprop03_1.htm, 1KB, , updated: 1996/11/21 18:01, local time: 2024/11/9 09:41,
13.59.97.103:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/techref/language/asp/comp/daprop03_1.htm"> DefinedSize Property (ADO)</A> |
Did you find what you needed? |