Re: access field size?
That does it.
Thanks Mike
Bill
"MikeR" <nf4lNoSpam@xxxxxxxxx> wrote in message
news:467d1502$1@xxxxxxxxxxxxxxxxxxxxxxxxx
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: Moving from VB to Delphi?
... Look for Mike D Sutton thread. ... "What To Do" to make the transition from VB to Delphi. ... > The major OCX that will need replacing is the ComponentOne FlexGrid ... > area is the connection to an Access database via DAO 3.5 - this is ... (alt.comp.lang.borland-delphi) - Re: Delphi 8 - ADO?
... I agree with Mike because all our projects use ADO. ... If one believes Borland, ... Before buying Delphi 8 Enterprise, I did not realize that there is no user ... (borland.public.delphi.database.ado) - Re: Moving from VB to Delphi?
... Look for Mike D Sutton thread. ... > "What To Do" to make the transition from VB to Delphi. ... >> The major OCX that will need replacing is the ComponentOne FlexGrid ... >> area is the connection to an Access database via DAO 3.5 - this is ... (alt.comp.lang.borland-delphi) - Re: dbGO for .NET (aka ADOExpress) - dont hold your breath
... Mike - we're in the same boat as you. ... Delphi 8 all the ADO components are deleted - ... He told me it might not make it in until Delphi 9! ... (borland.public.delphi.non-technical) - 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) |
|