That's not how databinding works. See Binding a control to a collection of objects .
You can use any supported database (SQLite is the most common), but will need to extract the data view from the data base before binding to it.
--Rob