Re: access field size?



Bill Hannan wrote:
Hi,

Delphi 7, ado, ms access database.

What's the easiest way to find the field size of a text field in a table?

Thanks
Bill


adotable1.FieldDefList.FieldDefs[1].Size;
Mike
.



Relevant Pages

  • Re: Reindex MS Access table
    ... > Is there a way using Delphi 2005 to reindex a MS Access database? ... I guess that ADO, being rather high level and able to connect to both Access ... I have used DiamondAccess with Delphi, and it is able to generate new ...
    (borland.public.delphi.database.ado)
  • access field size?
    ... Delphi 7, ado, ms access database. ... Bill ...
    (borland.public.delphi.database.ado)
  • Re: access field size?
    ... Delphi 7, ado, ms access database. ... Mike ...
    (borland.public.delphi.database.ado)
  • Changing Access Password
    ... I am trying to find out how to change a password in an Access database using ... ADO in Delphi. ... In VB I have used the DBEngine.CompactDatabase command but ... cannot find an alternative in Delphi. ...
    (alt.comp.lang.borland-delphi)