Re: adding new field

From: Paolo Mancini (paolo.mancini_at_email.it)
Date: 11/24/04


Date: Wed, 24 Nov 2004 12:28:00 +0100

Ciao Terry,
  try to set Active:= True, Active:= False to the TADODataSet. This refreshs
also the field list...
If you TADODataSet contains a lot of records set MaxRecord property to 1 on
order to avoid time waste.

Hope it helps,
  Paolo Mancini

"Terry" <cooleyt@woh.rr.com> ha scritto nel messaggio
news:41a35f08@newsgroups.borland.com...
> using D6 , ado, and MS Sql
>
> I used the enterprise manager to add a new field to a table.
> I have an adodataset on a datamodule. I clicked on that to get the Fields
> Editor. I clicked to add new field, but the new field does not show in
> the
> box to add it. This used to work. what am I missing?
>
> thanks
>
>