10000 fields and crash
Richard Gaskin
ambassador at fourthworld.com
Sat Oct 4 17:36:00 EDT 2003
jbv wrote:
>> Have you considered custom properties as an alternative?
>>
>
> Mmmh... what do you mean exactly ?
The suggstion is based on the assumption that these fields are being used
for data storage only, without need for direct user interaction (are you
having the user tab through 10,000 fields? <g>).
If that's correct, rather than:
put fld 999 into tMyVar
...you could have:
put the u999 of this cd into tMyVar
...and save the overhead of having field objects for holding data. Custom
properties are faster as well, almost as fast as accessing globals.
--
Richard Gaskin
Fourth World Media Corporation
Developer of WebMerge: Publish any database on any Web site
___________________________________________________________
Ambassador at FourthWorld.com http://www.FourthWorld.com
Tel: 323-225-3717 AIM: FourthWorldInc
More information about the metacard
mailing list