Is it possible to popultate a dataGrid from two databases(.sdf)?

For example, I populate the grid when it loads with some default information from DB1. I then want to update a number of the zero index cells to values based on the results from a table in DB2?

Can it be done? How?

Marc