Subject | Re: [IBO] How can I populate Table names in a database to a listbox |
---|---|
Author | Dmitry Beloshistov |
Post date | 2006-02-21T08:35:05Z |
Hello, Metin!
You wrote to <IBObjects@yahoogroups.com> on Mon, 20 Feb 2006 21:19:39 +0200:
TableName you can obtain from TableNames listbox and:
IB_Connection1.SchemaCache.GetTableFields(TableName,FieldsListBox.Items);
WBR,Dmitry Beloshistov AKA [-=BDS=-]
You wrote to <IBObjects@yahoogroups.com> on Mon, 20 Feb 2006 21:19:39 +0200:
>> Use the OnSelectionChanged event of the first listbox to load theMG> How will I "load" the second listbox ?
>> second listbox.
TableName you can obtain from TableNames listbox and:
IB_Connection1.SchemaCache.GetTableFields(TableName,FieldsListBox.Items);
WBR,Dmitry Beloshistov AKA [-=BDS=-]