TADOStoredProc.Recordset.Fields[i] and TField

From: Bill N (billnielsen_at_hotmail.com)
Date: 03/30/04


Date: Tue, 30 Mar 2004 13:47:04 -0500

I'm getting a compatibilility problem with
TADOStoredProc.Recordset.Fields[i] and TField. I'm getting the error
message "Incompatible types: TField and Field". The compiler says that
TADOStoredProc.Recordset.Field[i] returns a Field but I can't find a field
object other than TField. What is a Field then?

Thanks,
Bill N