Ok.... so I posted this question over at the forums on http://wpf.netfx3.com/ and a Microsoft employee (Sam Bent) responded with an answer. So, I thought I'd share it with you all in case any one else is interested.

You can find the post here: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2073054&SiteID=1

Basically.. you just connect to the database and query it using the OleDbDataAdpater as normal. Then you set the resulting dataset as the data context for what ever control you want to bind with. After that all you have to do is modify that control's template to display the proper info from the dataset.

Cool