Currently I am using Microsoft Access to keep the data and it will bind to WPF combobox. Below code was working almost fine.
oleDBCommand.CommandText = \"SE
The combobox will only show the objects you give it, take a closer look at the data coming out of your query. You may need to add an additional filter in the where clause to exclude rows with empty values.