Subject | Re: [IBO] How can I populate Table names in a database to a listbox |
---|---|
Author | Dmitry Beloshistov |
Post date | 2006-02-20T12:16:40Z |
Hello, Metin!
You wrote to <IBObjects@yahoogroups.com> on Mon, 20 Feb 2006 14:05:00 +0200:
MG> As indicated on the subject
1) ListBox1.Items.Assing(IB_Connection1.SchemaCache.TableNames);
or
2) ListBox1.Items.Clear;
ListBox1.Items.AddStrings(IB_Connection1.SchemaCache.TableNames);
or
3) ListBox1.Items.Text:=IB_Connection1.ShemaCache.TableNames.Text;
;)
WBR,Dmitry Beloshistov AKA [-=BDS=-]
You wrote to <IBObjects@yahoogroups.com> on Mon, 20 Feb 2006 14:05:00 +0200:
MG> As indicated on the subject
1) ListBox1.Items.Assing(IB_Connection1.SchemaCache.TableNames);
or
2) ListBox1.Items.Clear;
ListBox1.Items.AddStrings(IB_Connection1.SchemaCache.TableNames);
or
3) ListBox1.Items.Text:=IB_Connection1.ShemaCache.TableNames.Text;
;)
WBR,Dmitry Beloshistov AKA [-=BDS=-]