After talking to you at the Agile seminar I checked up the source for TStringField.
And it is stuffed in D5. For others, if you manage to define a TStringField of length longer than 8191 it will trash the stack.
This is fixed in D7.... although the code is still idiotic.
On the flipside, none of ours appear to be defined as String. For some reason (that I could not decipher from VCL source) all our long string fields are declared as TMemofield (which does not have the problem).
_______________________________________________ Delphi mailing list [EMAIL PROTECTED] http://ns3.123.co.nz/mailman/listinfo/delphi
