Subject Re: [IBO] How can I populate Table names in a database to a listbox
Author Dmitry Beloshistov
Hello, Metin!
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 the
>> second listbox.

MG> How will I "load" the second listbox ?

TableName you can obtain from TableNames listbox and:

IB_Connection1.SchemaCache.GetTableFields(TableName,FieldsListBox.Items);


WBR,Dmitry Beloshistov AKA [-=BDS=-]